chore: add .gitignore with worktrees exclusion

This commit is contained in:
wkc
2026-02-26 09:13:41 +08:00
parent 5d13f7cd01
commit c920577d45

20
doc/参数配置功能/.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
# Worktrees
.worktrees/
# IDE
.idea/
.vscode/
*.iml
# OS
.DS_Store
Thumbs.db
# Build
target/
*.class
*.jar
*.war
# Logs
*.log