diff --git a/.gitignore b/.gitignore index 874842943..5e7195dcf 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