mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-12 11:20:31 +02:00
fix: minor vscode adjustments
This commit is contained in:
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
@@ -26,10 +26,16 @@
|
||||
"**/db.sqlite3": true,
|
||||
"**/.DS_Store": true,
|
||||
"**/*.pyc": true,
|
||||
"**/__pycache__/": true
|
||||
"**/__pycache__/": true,
|
||||
"**/build": true,
|
||||
"**/dist": true,
|
||||
"**/*.egg-info": true,
|
||||
},
|
||||
"search.exclude": {
|
||||
"**/.git": true,
|
||||
"**/build": true,
|
||||
"**/*.egg-info": true,
|
||||
"**/dist": true,
|
||||
"**/.venv": true,
|
||||
"**/tmp": true,
|
||||
"htmlcov/*": true,
|
||||
|
||||
Reference in New Issue
Block a user