1
Fork 0
mirror of https://github.com/Steffo99/cfig.git synced 2024-10-16 06:17:37 +00:00

🔨 Import VSC settings from Steffo99/template-poetry

This commit is contained in:
Steffo 2022-04-26 17:39:27 +02:00
parent 2d6935317c
commit 0f4b3806c4
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 17 additions and 0 deletions

5
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"recommendations": [
"ms-python.python"
]
}

12
.vscode/settings.json vendored Normal file
View 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,
}
}