Enhance .gitignore with WordPress-specific exclusions and development patterns
This commit is contained in:
35
.gitignore
vendored
35
.gitignore
vendored
@ -32,17 +32,36 @@ $RECYCLE.BIN/
|
|||||||
*.msp
|
*.msp
|
||||||
*.lnk
|
*.lnk
|
||||||
|
|
||||||
# Custom files
|
# Development & Local Environment
|
||||||
.aider*
|
.aider*
|
||||||
.woodpecker.yml
|
|
||||||
.git_status_output.txt
|
.git_status_output.txt
|
||||||
.git_status_temp.txt
|
.git_status_temp.txt
|
||||||
project-documents/
|
project-documents/
|
||||||
reference-plugins/
|
reference-plugins/
|
||||||
|
*.bak
|
||||||
|
node_modules/
|
||||||
|
composer.lock
|
||||||
|
package-lock.json
|
||||||
|
vendor/
|
||||||
|
|
||||||
# Optional common exclusions (uncomment as needed)
|
# WordPress specific
|
||||||
# *.log
|
*.log
|
||||||
# build/
|
wp-config.php
|
||||||
# dist/
|
wp-content/advanced-cache.php
|
||||||
# .vscode/
|
wp-content/backup-db/
|
||||||
# .idea/
|
wp-content/backups/
|
||||||
|
wp-content/blogs.dir/
|
||||||
|
wp-content/cache/
|
||||||
|
wp-content/upgrade/
|
||||||
|
wp-content/uploads/
|
||||||
|
|
||||||
|
# IDE & Editors
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.sublime-project
|
||||||
|
*.sublime-workspace
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
|
# Keep .woodpecker.yml if needed for CI/CD
|
||||||
|
# .woodpecker.yml
|
Reference in New Issue
Block a user