Explorar o código

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

Glenn Matthews %!s(int64=5) %!d(string=hai) anos
pai
achega
a7829a2deb
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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