mirror of
https://github.com/Steffo99/cfig.git
synced 2024-11-21 23:44:21 +00:00
12 lines
No EOL
248 B
JSON
12 lines
No EOL
248 B
JSON
{
|
|
"files.exclude": {
|
|
".idea/": true,
|
|
"**/*.iml": true,
|
|
"**/.pytest_cache/": true,
|
|
"**/__pycache__/": true,
|
|
".venv/": true,
|
|
"dist/": true,
|
|
"out/": true,
|
|
"poetry.lock": true,
|
|
}
|
|
} |