From 7143747410bca66591ef18f448cb6dde1698d659 Mon Sep 17 00:00:00 2001 From: Rob Taylor Date: Sun, 29 Sep 2024 16:29:01 -0400 Subject: [PATCH] Ignore minimised JS when grepping --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index 4512b2cc9..d6e0c6a82 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,6 +2,11 @@ CHANGELOG.md merge=union *.xlsx binary +*.min.js binary +*.min.css binary +doorstop/core/files/templates/html/output/*.js binary +doorstop/core/files/templates/html/tex-mml-chtml.js binary +doorstop/core/tests/files/published*.html binary # Python, Git, and Cygwin have different ideas about the correct line endings *.yml -text