From 5f036591cdc1a4f848edd83db8666bcf20874c78 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Quenot Date: Sun, 1 Apr 2018 23:36:08 +0200 Subject: [PATCH] Mark minified JS as binary in .gitattributes (#440) This makes it easier to read the output of git grep :-) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index a898d350..0042fb0f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ /tests export-ignore README.md export-ignore +*.min.js binary