We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa05097 commit 574b57eCopy full SHA for 574b57e
.gitattributes
@@ -1,5 +1,5 @@
1
*.sh text eol=lf
2
-# Treat minified or packed JS/CSS files as binary, as they're not meant to be human-readable
3
-*.min.* binary
4
-*.map binary
5
-*.pack.js binary
+# Treat compiled JS/CSS files as binary, as they're not meant to be human-readable
+netbox/project-static/dist/*.css binary
+netbox/project-static/dist/*.js binary
+netbox/project-static/dist/*.js.map binary
0 commit comments