1
Fork 0
mirror of https://github.com/Steffo99/emblematic.git synced 2024-10-16 06:07:26 +00:00

Let the developer decide which files to exclude

This commit is contained in:
Steffo 2024-05-07 01:15:05 +02:00
parent 495edb561e
commit 2d971b2a8e
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

10
.vscode/settings.json vendored
View file

@ -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"],
}