소스 검색

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