gitignore

This commit is contained in:
Egor Matveev 2021-07-11 10:30:24 +03:00
parent 7bf3a0b5d2
commit 11c3e11aad
2 changed files with 1 additions and 28 deletions

1
.gitignore vendored
View File

@ -110,6 +110,7 @@ Control.system-ca-bundle
GitHub.sublime-settings
# Visual Studio Code #
.vscode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json

28
.vscode/launch.json vendored
View File

@ -1,28 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Django",
"type": "python",
"request": "launch",
"program": ".\\manage.py",
"args": [
"runserver"
],
"django": true
},
{
"name": "Python: Текущий файл",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"args": [
"runserver"
]
}
]
}