From d97c8beb4e26996e907324705c03b71f03fac2fd Mon Sep 17 00:00:00 2001 From: Teghan Nightengale Date: Tue, 31 Jan 2023 12:28:47 -0500 Subject: [PATCH] feat: add SQL language to .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..89aced6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.sql linguist-detectable +*.sql linguist-language=sql