Add .gitattributes

This commit is contained in:
Blue (Lukas Rieger) 2019-12-29 18:51:24 +01:00
parent 2ba420b22d
commit 2d7ee65a0e
1 changed files with 23 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
# Normalize as LF in the repository, OS native locally
* text=auto
*.bat text eol=crlf
gradlew text eol=lf
*.sh text eol=lf
*.java text
*.java diff=java
# Binary files that should not be modified
*.dat binary
*.db binary
*.icns binary
*.ico binary
*.jar binary
*.jks binary
*.jpg binary
*.key binary
*.png binary
*.ttf binary
*.wav binary
JavaApplicationStub binary