Files
wger/.gitattributes
2020-08-10 00:25:16 +02:00

14 lines
265 B
Plaintext

# Bash scripts (e.g. in Docker) make problems when the line ending is not LF
* text eol=lf
# These files are binary and should be left untouched
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.ttf binary
*.woff binary
*.eot binary
*.pdf binary