From 9075d1724a831411ab5cf138dd9b5cd406ffc2e2 Mon Sep 17 00:00:00 2001 From: CSK <73425927+cr2007@users.noreply.github.com> Date: Sun, 9 Aug 2026 23:30:45 +0400 Subject: [PATCH] chore: add `.gitattributes` for linguist detection (#10) Mark skill markdown files as linguist-detectable and flag README.md as documentation so GitHub's language stats reflect the repo's actual content instead of miscounting it. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a0652a6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +skills/**/*.md linguist-detectable +README.md linguist-documentation