mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-26 18:38:38 -06:00
Treat compiled JS/CSS as binary when diffing
This commit is contained in:
parent
076a254c7c
commit
820a4b2503
8
.gitattributes
vendored
8
.gitattributes
vendored
@ -1,5 +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
|
# Treat compiled JS/CSS files as binary, as they're not meant to be human-readable
|
||||||
*.min.* binary
|
netbox/project-static/dist/*.css binary
|
||||||
*.map binary
|
netbox/project-static/dist/*.js binary
|
||||||
*.pack.js binary
|
netbox/project-static/dist/*.js.map binary
|
||||||
|
Loading…
Reference in New Issue
Block a user