mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-19 17:59:11 -06: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:
commit
2f5e623284
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -1 +1,5 @@
|
|||||||
*.sh text eol=lf
|
*.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
|
||||||
|
Loading…
Reference in New Issue
Block a user