1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Merge pull request #4870 from glennmatthews/gfm-issue-4862

Treat minified/packed JS/CSS files as binary. Fixes #4862
This commit is contained in:
Jeremy Stretch
2020-07-20 10:46:47 -04:00
committed by GitHub

4
.gitattributes vendored
View File

@ -1 +1,5 @@
*.sh text eol=lf
# Treat minified or packed JS/CSS files as binary, as they're not meant to be human-readable
*.min.* binary
*.map binary
*.pack.js binary