From 9ac1068f5643e83524502d7a32264fd2f620520b Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 28 Mar 2023 22:24:59 +0800 Subject: [PATCH] remove .vscode from git --- .gitignore | 2 ++ .vscode/launch.json | 16 ---------------- 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.gitignore b/.gitignore index f7b86e0..02ec352 100644 --- a/.gitignore +++ b/.gitignore @@ -131,6 +131,8 @@ dmypy.json # Pyre type checker .pyre/ +.vscode + history ssr_conf config_private.py diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 2b2502c..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": "Python: Current File", - "type": "python", - "request": "launch", - "program": "${file}", - "console": "integratedTerminal", - "justMyCode": false - } - ] -} \ No newline at end of file