From 6aef9a2b9a45bc66f6b64d607ea7f399dedba71c Mon Sep 17 00:00:00 2001 From: cialloo Date: Sat, 4 Oct 2025 21:45:21 +0800 Subject: [PATCH] ignore vscode --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 166c309..03aa658 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /api/ServerStatistics.json /api/ServerStatistics.yaml *.exe -/src/src \ No newline at end of file +/src/src +/.vscode \ No newline at end of file