Skip to content

Commit

Permalink
chore(vscode): update file exclusion pattern
Browse files Browse the repository at this point in the history
Update file exclusion pattern for egg-info folders.
  • Loading branch information
wvenialbo committed Jan 11, 2025
1 parent d540ed8 commit 7ac2612
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
Expand Up @@ -365,7 +365,7 @@
"editor.showFoldingControls": "mouseover",
"files.exclude": {
"*.coverage": true,
"*.egg-info": true,
"**/*.egg-info": true,
"**/__pycache__": true,
"**/.git": true,
"**/.github": true,
Expand Down

0 comments on commit 7ac2612

Please sign in to comment.