Mark minified JS as binary in .gitattributes (#440)

This makes it easier to read the output of git grep :-)
This commit is contained in:
Jean-Baptiste Quenot 2018-04-01 23:36:08 +02:00 committed by Adrien Crivelli
parent 52ff262ddb
commit 5f036591cd
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1,2 +1,3 @@
/tests export-ignore
README.md export-ignore
*.min.js binary