Skip to content

Commit

Permalink
Ignore coverage folder in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Jul 12, 2022
1 parent bd2b745 commit 313354f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"**/__snapshots__/": true,
".nyc_output/": true,
"cypress-coverage/": true,
"coverage/": true,
".parcel-cache/": true,
"build/": true,
"build-ext/": true,
Expand Down

0 comments on commit 313354f

Please sign in to comment.