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/
|
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/
|
Reference in New Issue
Block a user