indy-wp/.gitignore

43 lines
703 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 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 (reinstallable)
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 dont edit
*.zip
# Misc
*.bak