Skip to content

Commit

Permalink
Update settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayley committed May 3, 2024
1 parent 89d6363 commit 4fcf90a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"files.exclude": {
"**/.git": false,
"**/bin": false,
"**/target/": true,
"**/poetry.lock": true,
"target/": false,
"poetry.lock": true,
"**/__pycache__": true,
"**/.pytest_cache": true,
"**/.venv": true
".venv": false
},

"git.autofetch": true,
Expand Down

0 comments on commit 4fcf90a

Please sign in to comment.