From 9a3e044cdad7935deae3c7bb431eeba7b0ad4e32 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Wed, 1 Mar 2017 15:19:09 +0100 Subject: [PATCH] add .vscode to .gitignore --- server/sonar-web/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/sonar-web/.gitignore b/server/sonar-web/.gitignore index ffa1343f64d..33a00eab2a5 100644 --- a/server/sonar-web/.gitignore +++ b/server/sonar-web/.gitignore @@ -8,6 +8,9 @@ node_modules/ npm-debug.log* npm.tar.gz +# VS Code +.vscode/ + # build build/ src/main/webapp/js/ -- 2.39.5