mirror of
https://github.com/pretix/pretix.git
synced 2026-04-29 00:12:38 +00:00
Marked webfonts as binary files (#487)
Webfonts now listed as binary in `.gitattributes`. Works on pretix/pretix#486
This commit is contained in:
committed by
Raphael Michel
parent
db05f8eaa3
commit
571b3fbfa8
10
.gitattributes
vendored
10
.gitattributes
vendored
@@ -4,3 +4,13 @@ src/static/typeahead/* linguist-vendored
|
||||
src/static/moment/* linguist-vendored
|
||||
src/static/datetimepicker/* linguist-vendored
|
||||
src/static/charts/* linguist-vendored
|
||||
|
||||
# Denote all files that are truly binary and should not be modified.
|
||||
*.eot binary
|
||||
*.otf binary
|
||||
*.ttf binary
|
||||
*.woff binary
|
||||
*.zip binary
|
||||
*.png binary
|
||||
*.gif binary
|
||||
*.jpg binary
|
||||
|
||||
Reference in New Issue
Block a user