From e5e82b8a8cc80136c0fbab214582996a8ee088e1 Mon Sep 17 00:00:00 2001 From: vipg Date: Wed, 12 Nov 2025 16:44:35 +0800 Subject: [PATCH] add --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 68735e3..e648e5d 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,12 @@ xcuserdata/ # Go # ============================== shared_data/ -app.log \ No newline at end of file +app.log + +# ============================== +# 编辑器配置 +# ============================== +.idea/ +.vscode/ +*.swp +*.swo \ No newline at end of file