Exclude .png files from git auto-EOL (#2161)

Fix #1995 for users with the old git version
This commit is contained in:
Maxim Mazurok 2019-04-20 22:11:16 +03:00 committed by Ryan Dahl
parent c8db224efe
commit 8dc8f22760
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1,5 +1,6 @@
# Use Unix line endings in all text files.
* text=auto eol=lf
*.png -text
# Tell git which symlinks point to files, and which ones point to directories.
# This is revelevant for Windows only, and requires git >= 2.19.2 to work.