Update config
This commit is contained in:
parent
d2e16d6a50
commit
5f060d2994
4 changed files with 111 additions and 29 deletions
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
|
|
@ -3,8 +3,10 @@
|
|||
"*.venv": true,
|
||||
"**/__pycache__": true,
|
||||
"**/node_modules": true,
|
||||
"**/.ruff_cache":true,
|
||||
"**/.pytest_cache":true,
|
||||
"**/target":true
|
||||
"**/.ruff_cache": true,
|
||||
"**/.pytest_cache": true,
|
||||
"**/target": true,
|
||||
"frontend/dist": true,
|
||||
"**/.task": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue