Create .gitattributes

This commit is contained in:
Richard Davey 2020-09-11 09:58:28 +01:00
parent 1e1daa5721
commit e0fe293f98

13
.gitattributes vendored Normal file
View file

@ -0,0 +1,13 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.js text
*.ts text
*.md text
*.json text
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary