Consolidate ignore patterns into .gitignore for better maintainability (v1.6.19)
This commit is contained in:
27
.gitignore
vendored
27
.gitignore
vendored
@ -81,6 +81,33 @@ debug.log
|
||||
*.3ds
|
||||
*.fbx
|
||||
|
||||
# Office documents
|
||||
*.docx
|
||||
*.xlsx
|
||||
*.pptx
|
||||
*.ppt
|
||||
*.doc
|
||||
*.xls
|
||||
*.pdf
|
||||
|
||||
# IDE specific
|
||||
*.code-workspace
|
||||
.history/
|
||||
.ionide/
|
||||
|
||||
# AI tools
|
||||
.ai-prompts/
|
||||
.completions/
|
||||
.chat-history/
|
||||
.cursor/
|
||||
.cursor-cache/
|
||||
.v0/
|
||||
.v0-cache/
|
||||
.windsurf/
|
||||
.windsurf-cache/
|
||||
.cline/
|
||||
.cline-cache/
|
||||
|
||||
# WordPress testing
|
||||
.phpunit.result.cache
|
||||
.phpcs.cache
|
||||
|
Reference in New Issue
Block a user