From 9759ac296183d53b80b29e0b7a5b45360b34b2e7 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Tue, 26 Mar 2019 08:10:09 -0600 Subject: [PATCH] Mark book's javascript library as binary highlight.js has a big dictionary of words. When git-grep includes one of those words, it floods the screen with the whole dictionary. Mark it as binary so that it'll now just report one line: Binary file book/theme/highlight.js matches --- book/.gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 book/.gitattributes diff --git a/book/.gitattributes b/book/.gitattributes new file mode 100644 index 0000000000..fd04e543b4 --- /dev/null +++ b/book/.gitattributes @@ -0,0 +1 @@ +theme/highlight.js binary