2
0
Эх сурвалжийг харах

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

Glenn Matthews 5 жил өмнө
parent
commit
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