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

This commit is contained in:
Glenn Matthews 2020-07-20 10:31:24 -04:00
parent 9d243103f4
commit a7829a2deb

4
.gitattributes vendored
View File

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