From bf08bcb19a484844483f83d609f8b308783f3e2a Mon Sep 17 00:00:00 2001 From: jugeeya Date: Tue, 24 Aug 2021 10:40:13 -0700 Subject: [PATCH] Create .gitattributes to ignore language stats --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..4f151094 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.devcontainer/** linguist-vendored +.vscode/** linguist-vendored