Skip to content

Commit

Permalink
Added node_modules to vsignore
Browse files Browse the repository at this point in the history
  • Loading branch information
KELiON committed Jun 27, 2017
1 parent f3588cc commit b0c2089
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion vscode/settings/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,14 @@
],
"projectManager.git.baseFolders": [
"$home/projects"
]
],
// Configure glob patterns for excluding files and folders.
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"node_modules" : true
}
}

0 comments on commit b0c2089

Please sign in to comment.