From 38daf5d90c50b21777efe76bf7811723227afcbb Mon Sep 17 00:00:00 2001 From: Fatima Usf Date: Fri, 16 Oct 2020 18:32:06 +0100 Subject: [PATCH] config: .gitignore .vscode (#2242) --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5e70a7e1e3a..947a713933d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,10 +2,12 @@ node_modules .idea .deps_check .DS_Store +.vscode npm-debug.log* .eslintcache dist/log* # Cypress test/e2e/screenshots -test/e2e/videos \ No newline at end of file +test/e2e/videos +