diff --git a/.gitignore b/.gitignore index 6270d61..e44b81a 100644 --- a/.gitignore +++ b/.gitignore @@ -110,6 +110,7 @@ Control.system-ca-bundle GitHub.sublime-settings # Visual Studio Code # +.vscode .vscode/* !.vscode/settings.json !.vscode/tasks.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 42c9b4c..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -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" - ] - } - ] -} \ No newline at end of file