Skip to content

Commit

Permalink
chore: Exclude generated files from VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Jan 29, 2018
1 parent 53b754d commit f9bf7ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
// Place your settings in this file to overwrite default and user settings.
{
"files.exclude": {
".idea": true,
"coverage": true,
"node_modules": true,
"npm-debug.log": true
"npm-debug.log": true,
"tests/*/different": true,
"tests/*/report.html: true"
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ your code using Grunt.

## Release History

* 2018-01-27 [v0.0.1] Initial release
* 2018-01-29 [v0.0.1] Initial release

## License

Expand Down

0 comments on commit f9bf7ea

Please sign in to comment.