From c398a409b6bdd646a2ce013f9b0b609f8da866d0 Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 14 Jun 2024 17:46:35 +0200 Subject: [PATCH] chore: mark dist files as linguist-vendored MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added .gitattributes to classify public/dist files as vendored. This helps Forgejo's linguist tool ignore these files for language stats, providing a clearer view of the project’s actual codebase. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d341718 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +public/dist/** linguist-vendored