From 02e208f4975816627bfdac187d9c64c1ecbbc73f Mon Sep 17 00:00:00 2001 From: HeeJae Chang Date: Mon, 2 Dec 2019 15:27:00 -0800 Subject: [PATCH] add .vs as one of dir to ignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dc8d67e7f..948bc56c9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,9 +4,12 @@ node_modules # Optional npm cache directory .npm +# vs cache directory +.vs + # Output files dist server/out/ client/out/ client/server/ -client/*.vsix +client/*.vsix \ No newline at end of file