From 41c83899a2e59c94aa3aa2970cb9ed2acad16e2c Mon Sep 17 00:00:00 2001 From: Neel Shah Date: Tue, 26 May 2026 19:40:39 +0200 Subject: [PATCH] chore: ignore json files in diffs with gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..e16b4657fb --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.jsonl -diff linguist-generated=true