fix: .gitattributes (#518)

master
jdrueckert 2020-03-22 12:53:01 +01:00 committed by GitHub
parent 4e403baa25
commit 373869fbd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 5 deletions

12
.gitattributes vendored
View File

@ -1,8 +1,10 @@
* text=auto eol=lf
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf
*.{png,[pP][nN][gG]} binary
*.{jpg,[jJ][pP][gG]} binary
*.bat text eol=crlf
*.cmd text eol=crlf
*.exe binary
*.icns binary
*.jpg binary
*.png binary
gradlew text eol=lf
gradlew text eol=lf