From e6bc5d5510864db2b78658a89b5bd74b61f99094 Mon Sep 17 00:00:00 2001 From: Panadestein Date: Tue, 3 Sep 2024 13:55:20 +0200 Subject: [PATCH] chore: mask yasnippet from linguist --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..50e24ba --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# These are chore files used to generate the site +*.html linguist-vendored +*.css linguist-vendored +*.sh linguist-vendored +*.yasnippet linguist-vendored