From 1e5f532fe15b09909b2399fcf0c8620b8571ee23 Mon Sep 17 00:00:00 2001 From: rattatwinko Date: Thu, 22 May 2025 11:28:43 +0200 Subject: [PATCH] added the gitattributes file ; so that python will get ignored for the linguist --- .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