From be9fcf2b2d4122bd0b952bae3371e5f463e9ed9c Mon Sep 17 00:00:00 2001 From: Alex Tereschenko Date: Sat, 24 Jun 2017 22:09:17 +0200 Subject: [PATCH] .gitignore: add Sonar and VSCode dirs Signed-off-by: Alex Tereschenko --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 41c99f7..6e35b19 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,9 @@ package.json binding.gyp READMEFIRST npm-debug.log + +# Sonar +.scannerwork/ + +# Visual Studio Code +.vscode/ \ No newline at end of file