Skip to content

Commit

Permalink
Add exclude files (Azure-Samples#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox authored Oct 31, 2023
1 parent c34b45f commit 3b68e96
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"files.exclude": {
"**/__pycache__": true,
"**/.coverage": true,
"**/.pytest_cache": true,
"**/.ruff_cache": true,
"**/.mypy_cache": true
},
"search.exclude": {
"**/node_modules": true,
"static": true
Expand Down

0 comments on commit 3b68e96

Please sign in to comment.