From 11c3e11aad98fdac740e14667867b671cc9f73cd Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Sun, 11 Jul 2021 10:30:24 +0300 Subject: [PATCH] gitignore --- .gitignore | 1 + .vscode/launch.json | 28 ---------------------------- 2 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 .vscode/launch.json 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