Skip to content

Commit

Permalink
Exclude coverage status files from VScode explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
senier committed Nov 3, 2023
1 parent 046f55d commit 3841cc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"files.exclude": {
".coverage.*": true
},
}

0 comments on commit 3841cc7

Please sign in to comment.