From 035369f7f94a15cca505ad53a57684c7c7ee4c97 Mon Sep 17 00:00:00 2001 From: rattatwinko Date: Wed, 21 May 2025 18:39:02 +0200 Subject: [PATCH] i forgor the fuckass gitattributes file --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6eb0195 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Exclude Python and Shell files from linguist language statistics +*.py linguist-detectable=false +*.sh linguist-detectable=false \ No newline at end of file