From 364383059a76a61ffd78de95db59d9a13ba7b154 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 5 Nov 2022 20:09:27 +0300 Subject: [PATCH] Ignore fleet dir --- .fleet/run.json | 9 --------- .gitignore | 1 + 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 .fleet/run.json diff --git a/.fleet/run.json b/.fleet/run.json deleted file mode 100644 index 3cf131f..0000000 --- a/.fleet/run.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "configurations": [ - { - "type": "python", - "name": "Run Interactive Runner", - "arguments": ["-m", "interactive_runner"], - } - ] -} diff --git a/.gitignore b/.gitignore index 9bcf7a7..5a86f25 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ run/ compiled/ __pycache__/ *.pyc +.fleet/