mirror of
https://github.com/wger-project/wger.git
synced 2026-02-17 16:07:53 +01:00
15 lines
279 B
Plaintext
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
|