Update .gitattributes
This commit is contained in:
parent
d277495f73
commit
a4d01c9e9e
1 changed files with 16 additions and 0 deletions
16
.gitattributes
vendored
16
.gitattributes
vendored
|
@ -1,8 +1,24 @@
|
||||||
|
|
||||||
|
*.agal text eol=lf
|
||||||
*.as text eol=lf
|
*.as text eol=lf
|
||||||
|
*.gradle text eol=lf
|
||||||
|
*.groovy text eol=lf
|
||||||
|
*.json text eol=lf
|
||||||
|
*.iml text eol=lf
|
||||||
|
*.md text eol=lf
|
||||||
|
*.pbk text eol=lf
|
||||||
|
*.xml text eol=lf
|
||||||
|
*.yml text eol=lf
|
||||||
|
|
||||||
*.bat text eol=crlf
|
*.bat text eol=crlf
|
||||||
|
|
||||||
|
CONTRIBUTORS text eol=lf
|
||||||
|
COPYING text text eol=lf
|
||||||
|
README.TXT text eol=lf
|
||||||
|
TRADEMARK_POLICY text eol=lf
|
||||||
.gitattributes text eol=lf
|
.gitattributes text eol=lf
|
||||||
.gitignore text eol=lf
|
.gitignore text eol=lf
|
||||||
.gitmodules text eol=lf
|
.gitmodules text eol=lf
|
||||||
|
build.properties text eol=lf
|
||||||
|
gradle-wrapper.properties text eol=lf
|
||||||
gradlew text eol=lf
|
gradlew text eol=lf
|
||||||
|
|
Reference in a new issue