From 8c7ae5b659f579279b65f4784a0a173c15150b76 Mon Sep 17 00:00:00 2001 From: Mogeko Date: Tue, 16 Nov 2021 19:35:43 +0000 Subject: [PATCH] build: exclude .devcontainer/*from git language statistics --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index e490ed3..199e48b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -40,4 +40,4 @@ *.exe filter=lfs diff=lfs merge=lfs -text # Custom for VSCode (.devcontainer) -.devcontainer/* linguist-generated=true +.devcontainer/* linguist-vendored=false