From cbe3735831f279003d460213b446e32d5f7526d4 Mon Sep 17 00:00:00 2001 From: Drew Smirnoff Date: Thu, 23 Apr 2026 18:07:40 +0400 Subject: [PATCH] fix: remove html from linguist (#854) --- .gitattributes | 2 ++ public/.gitattributes | 1 + 2 files changed, 3 insertions(+) create mode 100644 .gitattributes create mode 100644 public/.gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..dd44cace73b6a4362e397146734ec58e8c7a2b44 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.html linguist-detectable=false +public/** linguist-documentation diff --git a/public/.gitattributes b/public/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..d5108fa713ec6c299d8ec8b25f0b98767cd1588c --- /dev/null +++ b/public/.gitattributes @@ -0,0 +1 @@ +ano-dir/** linguist-vendored