Skip to content

Commit

Permalink
adding vscode config
Browse files Browse the repository at this point in the history
  • Loading branch information
luisrudge committed Jan 12, 2017
1 parent f0ae02a commit 420714f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.vscode/
bin/
build/
css/
coverage/
examples/
release/
scripts/
Expand Down
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// Place your settings in this file to overwrite default and user settings.
{
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/lib": true
}
}

0 comments on commit 420714f

Please sign in to comment.