From 08323da1c1b457be80228bb9444d2e33714c6bc1 Mon Sep 17 00:00:00 2001 From: Kesku <62210496+kesku@users.noreply.github.com> Date: Sun, 24 Aug 2025 16:05:32 +0100 Subject: [PATCH] Add .gitattributes to configure linguist settings --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b65b27 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +*.mdx linguist-documentation=false linguist-detectable=true +*.md linguist-documentation=false linguist-detectable=true +*.py linguist-detectable=true +*.js linguist-detectable=true +*.json linguist-detectable=false +package-lock.json linguist-generated=true +package.json linguist-generated=true + +scripts/ linguist-detectable=false