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 b7de43595d
commit 7c4c708f08

4
.gitattributes vendored
View File

@ -1 +1,5 @@
*.sh text eol=lf *.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