From d43d4a656eebda6cc47bf35275896e0c632e936a Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Sat, 16 Apr 2022 02:31:29 -0400 Subject: [PATCH] add .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..89d6ad9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.sql linguist-detectable +*.py linguist-documentation -- 2.52.0