fix(gitignore file): added .vscode and unpacked folder to the file
This commit is contained in:
committed by
Kristofer Koishigawa
parent
20e36172ce
commit
1b8eb67726
4
.gitignore
vendored
4
.gitignore
vendored
@ -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/
|
Reference in New Issue
Block a user