From 61c63be08e6a9c50b3cc14b65877ae8640f7af71 Mon Sep 17 00:00:00 2001 From: Brian Mirletz Date: Mon, 15 Apr 2024 16:05:48 -0600 Subject: [PATCH] Add json to list of definitely text files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 2790a981c..d7587b5c7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -28,6 +28,7 @@ build_*/* linguist_generated=true *.h text *.csv text *.lk text +*.json text # Ensure those won't be messed up with *.jpg binary