forked from CGM_Public/pretix_original
Webfonts now listed as binary in `.gitattributes`. Works on pretix/pretix#486
17 lines
421 B
Plaintext
17 lines
421 B
Plaintext
src/static/fontawesome/* linguist-vendored
|
|
src/static/lightbox/* linguist-vendored
|
|
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
|