Files
wger/.gitattributes

15 lines
279 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
*.avif binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.ttf binary
*.woff binary
*.eot binary
*.pdf binary