mirror of
https://github.com/Steffo99/cfig.git
synced 2024-11-23 00:14:20 +00:00
🔨 Import VSC settings from Steffo99/template-poetry
This commit is contained in:
parent
2d6935317c
commit
0f4b3806c4
2 changed files with 17 additions and 0 deletions
5
.vscode/extensions.json
vendored
Normal file
5
.vscode/extensions.json
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"ms-python.python"
|
||||
]
|
||||
}
|
12
.vscode/settings.json
vendored
Normal file
12
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"files.exclude": {
|
||||
".idea/": true,
|
||||
"**/*.iml": true,
|
||||
"**/.pytest_cache/": true,
|
||||
"**/__pycache__/": true,
|
||||
".venv/": true,
|
||||
"dist/": true,
|
||||
"out/": true,
|
||||
"poetry.lock": true,
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue