From e8e1b82d6b5423e671804f4f379a2885634db428 Mon Sep 17 00:00:00 2001 From: rattatwinko Date: Sun, 17 Aug 2025 12:24:48 +0200 Subject: [PATCH] ignore stuff --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..744ecb5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Detect Markdown files +*.md linguist-language=Markdown + +# Ignore CSS files for language detection +*.css linguist-vendored