From ca38c32d368ffd84e686b0cf41fef754044351a9 Mon Sep 17 00:00:00 2001 From: Andrew Hlynskyi Date: Sat, 14 Jan 2023 08:58:25 +0200 Subject: [PATCH] Exclude huge generated files from `git diff` output --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 4fcce330..44bf45c7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ /lib/src/unicode/*.h linguist-vendored /lib/src/unicode/LICENSE linguist-vendored + +/cli/src/generate/prepare_grammar/*.json -diff +Cargo.lock -diff