mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-12 19:30:30 +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,
|
"**/db.sqlite3": true,
|
||||||
"**/.DS_Store": true,
|
"**/.DS_Store": true,
|
||||||
"**/*.pyc": true,
|
"**/*.pyc": true,
|
||||||
"**/__pycache__/": true
|
"**/__pycache__/": true,
|
||||||
|
"**/build": true,
|
||||||
|
"**/dist": true,
|
||||||
|
"**/*.egg-info": true,
|
||||||
},
|
},
|
||||||
"search.exclude": {
|
"search.exclude": {
|
||||||
"**/.git": true,
|
"**/.git": true,
|
||||||
|
"**/build": true,
|
||||||
|
"**/*.egg-info": true,
|
||||||
|
"**/dist": true,
|
||||||
"**/.venv": true,
|
"**/.venv": true,
|
||||||
"**/tmp": true,
|
"**/tmp": true,
|
||||||
"htmlcov/*": true,
|
"htmlcov/*": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user