Skip to content

Commit

Permalink
Correct vscode search exclude settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Sep 22, 2021
1 parent 04a950d commit 7190909
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
{
// Don't show these files in search
"files.exclude": {
// Version control
"**/.git": true,

// OSX detritus
"**/.DS_Store": true,
"**/Thumbs.db": true,

"search.exclude": {
// Test snapshots
"**/*.snap": true,

Expand Down

0 comments on commit 7190909

Please sign in to comment.