diff --git a/.gitignore b/.gitignore index e4b1a26..27f353c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -.vscode/* +.vscode/ # !.vscode/settings.json # !.vscode/tasks.json # !.vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index d4f2d74..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - // IntelliSense を使用して利用可能な属性を学べます。 - // 既存の属性の説明をホバーして表示します。 - // 詳細情報は次を確認してください: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Python: map_trimmer", - "type": "python", - "request": "launch", - "program": "map_trimmer.py", - "console": "integratedTerminal", - "justMyCode": true - }, - { - "name": "Python: multi_map_merger", - "type": "python", - "request": "launch", - "program": "main.py", - "console": "integratedTerminal", - "justMyCode": true - } - ] -} \ No newline at end of file