mirror of
https://github.com/Steffo99/emblematic.git
synced 2024-11-27 17:04:19 +00:00
Let the developer decide which files to exclude
This commit is contained in:
parent
495edb561e
commit
2d971b2a8e
1 changed files with 0 additions and 10 deletions
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
|
@ -1,13 +1,3 @@
|
||||||
{
|
{
|
||||||
"files.exclude": {
|
|
||||||
".idea/": true,
|
|
||||||
"**/*.iml": true,
|
|
||||||
"**/.pytest_cache/": true,
|
|
||||||
"**/__pycache__/": true,
|
|
||||||
".venv/": true,
|
|
||||||
"dist/": true,
|
|
||||||
"out/": true,
|
|
||||||
"poetry.lock": true,
|
|
||||||
},
|
|
||||||
"python.analysis.extraPaths": ["./emblematic"],
|
"python.analysis.extraPaths": ["./emblematic"],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue