43 lines
703 B
Plaintext
43 lines
703 B
Plaintext
# WordPress core & generated files
|
||
wp-data/
|
||
wp-content/plugins/
|
||
wp-content/themes/
|
||
wp-content/uploads/
|
||
wp-content/cache/
|
||
wp-content/upgrade/
|
||
wp-content/backups/
|
||
wp-content/advanced-cache.php
|
||
wp-content/object-cache.php
|
||
|
||
# Database files
|
||
db-data/
|
||
*.sql
|
||
*.sqlite
|
||
|
||
# Composer vendor (re‑installable)
|
||
vendor/
|
||
# Keep composer.lock if you want reproducible builds; otherwise comment out
|
||
|
||
# Docker runtime data
|
||
docker-compose.override.yml # keep only if you version it
|
||
docker-compose.yml # keep if you version it, otherwise ignore
|
||
|
||
# IDE / OS artefacts
|
||
*.DS_Store
|
||
*.swp
|
||
*.swo
|
||
.idea/
|
||
.vscode/
|
||
|
||
# Logs / temporary files
|
||
*.log
|
||
tmp/
|
||
cache/
|
||
*.tmp
|
||
|
||
# Zip packages you don’t edit
|
||
*.zip
|
||
|
||
# Misc
|
||
*.bak
|