瀏覽代碼

Treat compiled JS/CSS as binary when diffing

jeremystretch 4 年之前
父節點
當前提交
574b57eadb
共有 1 個文件被更改,包括 4 次插入4 次删除
  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