Add .gitattributes file

This commit is contained in:
OscarAkaElvis
2022-04-27 12:41:33 +02:00
parent ca480bfbd3
commit b9c3d1c5ae
+16
View File
@@ -0,0 +1,16 @@
# Auto detect text files and perform LF normalization
* text=auto eol=lf
# Text files and source code
*.txt text
*.yml text
*.rb text
*.md text
*.gemspec text
# Executable binaries/packages
*.deb binary
*.xz binary
# Binary image formats
*.png binary