chore: add .gitignore with worktrees exclusion
This commit is contained in:
20
doc/参数配置功能/.gitignore
vendored
Normal file
20
doc/参数配置功能/.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
# Worktrees
|
||||
.worktrees/
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.iml
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Build
|
||||
target/
|
||||
*.class
|
||||
*.jar
|
||||
*.war
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
Reference in New Issue
Block a user