From eb46778d3c4200dd2cf8ee064740a51ed0df080c Mon Sep 17 00:00:00 2001 From: tomato6966 Date: Sat, 21 Sep 2024 12:43:11 +0200 Subject: [PATCH] Add linguist ignore folders --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ebf8d37 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +tsDocs/* linguist-vendored +docs/* linguist-vendored +dist/* linguist-vendored +testBot/* linguist-vendored +config/* linguist-vendored +.vscode/* linguist-vendored