Skip to content

Commit

Permalink
Merge pull request #780 from gheoan/patch-1
Browse files Browse the repository at this point in the history
fix(gitignore): track vscode workspace files
  • Loading branch information
JeroenVinke authored Feb 4, 2018
2 parents ceb7860 + 14f9bdd commit 82ebc15
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/resources/content/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ Thumbs.db
# Ref: https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
# Ref: https://github.com/github/gitignore/blob/master/Global/VisualStudioCode.gitignore
.idea
.vscode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# Dependencies
node_modules
Expand Down

0 comments on commit 82ebc15

Please sign in to comment.