Add .gitattributes
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# Normalise all text files to LF on commit
|
||||
* text=auto eol=lf
|
||||
|
||||
# Explicitly mark binary files - never touch line endings
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.jpeg binary
|
||||
*.gif binary
|
||||
*.ico binary
|
||||
*.woff binary
|
||||
*.woff2 binary
|
||||
*.ttf binary
|
||||
*.eot binary
|
||||
*.webp binary
|
||||
Reference in New Issue
Block a user