diff --git a/.gitignore b/.gitignore index d8a0eec..815f9cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ __pycache__/ *.db -.vscode/ +**/.vscode/ diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 404bf77..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,16 +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": "Run main program", - "type": "python", - "request": "launch", - "program": "ddgo-converter/ddgo-converter.py", - "console": "integratedTerminal", - "justMyCode": true - } - ] -} \ No newline at end of file