Skip to content

Commit

Permalink
remove /out dir from visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tinahollygb committed Nov 4, 2022
1 parent 610c32e commit c32adae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Place your settings in this file to overwrite default and user settings.
{
"files.exclude": {
"out": false // set this to true to hide the "out" folder with the compiled JS files
"out": true // set this to true to hide the "out" folder with the compiled JS files
},
"search.exclude": {
"out": true // set this to false to include "out" folder in search results
Expand Down

0 comments on commit c32adae

Please sign in to comment.