瀏覽代碼

Treat minified/packed JS/CSS files as binary. Fixes #4862

Glenn Matthews 5 年之前
父節點
當前提交
a7829a2deb
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .gitattributes

+ 4 - 0
.gitattributes

@@ -1 +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