From c920577d4539a9ee3b83256517987f6f5df8d869 Mon Sep 17 00:00:00 2001 From: wkc <978997012@qq.com> Date: Thu, 26 Feb 2026 09:13:41 +0800 Subject: [PATCH] chore: add .gitignore with worktrees exclusion --- doc/参数配置功能/.gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/参数配置功能/.gitignore diff --git a/doc/参数配置功能/.gitignore b/doc/参数配置功能/.gitignore new file mode 100644 index 0000000..3e5f5c9 --- /dev/null +++ b/doc/参数配置功能/.gitignore @@ -0,0 +1,20 @@ +# Worktrees +.worktrees/ + +# IDE +.idea/ +.vscode/ +*.iml + +# OS +.DS_Store +Thumbs.db + +# Build +target/ +*.class +*.jar +*.war + +# Logs +*.log