From c8521343389c996a96be846a1a22e84986c1dce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Tue, 31 Mar 2026 21:56:39 +0200 Subject: [PATCH] Add .gitattributes to mark JSON files as linguist-generated --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..88bcdb6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +chzzk/tests/*.json linguist-generated=true +twitch/tests/*.json linguist-generated=true