Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
fix(gitignore file): added .vscode and unpacked folder to the file
Browse files Browse the repository at this point in the history
  • Loading branch information
gforce2k5 authored and scissorsneedfoodtoo committed Jul 1, 2018
1 parent 20e3617 commit 1b8eb67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ build/Release
node_modules/
jspm_packages/

# Unpacked challenge files
unpacked/

# TypeScript v1 declaration files
typings/

Expand Down Expand Up @@ -65,3 +68,4 @@ typings/
*.iml
.DS_Store
Thumbs.db
.vscode/

0 comments on commit 1b8eb67

Please sign in to comment.