Add .gitattributes

Normalize line endings to auto
Ensure that some file extensions are treated as binary

Closes gh-9727
This commit is contained in:
Marcus Hert da Coregio 2021-05-10 16:27:42 -03:00 committed by Josh Cummings
parent d3f5521cbf
commit 6b3f8cfe4e
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443
1 changed files with 10 additions and 0 deletions

10
.gitattributes vendored Normal file
View File

@ -0,0 +1,10 @@
# Normalize line endings to auto.
* text auto
# Ensure the following are treated as binary.
*.cer binary
*.jar binary
*.jpeg binary
*.jpg binary
*.keystore binary
*.png binary