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