Skip to content

Commit

Permalink
chore: hide node_modules in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob McGuinness committed Aug 24, 2019
1 parent fc6311a commit 8cfd98c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"files.exclude": {
"node_modules/": false
}
"files.exclude": {
"node_modules/": true
}
}

0 comments on commit 8cfd98c

Please sign in to comment.