mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 12:12:53 -06:00
Treat minified/packed JS/CSS files as binary. Fixes #4862
This commit is contained in:
parent
9d243103f4
commit
a7829a2deb
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