From 8462830c918f996357e4d5fea44ef4db4f510270 Mon Sep 17 00:00:00 2001 From: Snowykami Date: Fri, 13 Dec 2024 01:17:43 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A9=20=E6=9B=B4=E6=96=B0=20.gitignore?= =?UTF-8?q?=20=E6=96=87=E4=BB=B6=EF=BC=8C=E6=B7=BB=E5=8A=A0=20.vscode/=20?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E5=B9=B6=E5=88=A0=E9=99=A4=E4=B8=8D=E5=86=8D?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E7=9A=84=20settings.json=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 ++++- .vscode/settings.json | 3 --- 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 7b51b4b..dd66346 100644 --- a/.gitignore +++ b/.gitignore @@ -173,4 +173,7 @@ bot.py pdm.lock praises.json *.bak -config/ \ No newline at end of file +config/ + +# dev +.vscode/ \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 8aef7b1..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "python.analysis.typeCheckingMode": "standard" -} \ No newline at end of file