From cf450e0a64ae18a299a1b7cb2192fd4454bc77f7 Mon Sep 17 00:00:00 2001 From: Tucker Kern Date: Thu, 11 Jan 2024 09:38:47 -0700 Subject: [PATCH] Add git-attributes Ignore reference Lua files so repo is properly flagged as a Python project --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..9e5f71cb --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.lua linguist-detectable=false \ No newline at end of file