From 622d482696bd516db67e9a02496107a061db07d6 Mon Sep 17 00:00:00 2001 From: John David White <127981157+john-david3@users.noreply.github.com> Date: Wed, 28 May 2025 09:14:51 +0100 Subject: [PATCH] Create .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..75828b0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.sql linguist-language=SQL +*.sql linguist-detectable=true