Explorar o código

Treat compiled JS/CSS as binary when diffing

jeremystretch %!s(int64=4) %!d(string=hai) anos
pai
achega
574b57eadb
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      .gitattributes

+ 4 - 4
.gitattributes

@@ -1,5 +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
+# 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