fix(gitignore file): added .vscode and unpacked folder to the file

This commit is contained in:
Guy Even
2018-06-30 08:32:32 +03:00
committed by Kristofer Koishigawa
parent 20e36172ce
commit 1b8eb67726

4
.gitignore vendored
View File

@ -36,6 +36,9 @@ build/Release
node_modules/ node_modules/
jspm_packages/ jspm_packages/
# Unpacked challenge files
unpacked/
# TypeScript v1 declaration files # TypeScript v1 declaration files
typings/ typings/
@ -65,3 +68,4 @@ typings/
*.iml *.iml
.DS_Store .DS_Store
Thumbs.db Thumbs.db
.vscode/