From 1b8eb6772616fc1928f1fe094715a82d857aae1b Mon Sep 17 00:00:00 2001 From: Guy Even Date: Sat, 30 Jun 2018 08:32:32 +0300 Subject: [PATCH] fix(gitignore file): added .vscode and unpacked folder to the file --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 874842943f..5e7195dcf3 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,9 @@ build/Release node_modules/ jspm_packages/ +# Unpacked challenge files +unpacked/ + # TypeScript v1 declaration files typings/ @@ -65,3 +68,4 @@ typings/ *.iml .DS_Store Thumbs.db +.vscode/ \ No newline at end of file