Add .gitignore and drop generated WordPress files

main
RadioParalelo 2026-03-05 07:19:08 +00:00
parent af89d577f4
commit f399db01a8
1 changed files with 34 additions and 16 deletions

50
.gitignore vendored
View File

@ -1,24 +1,42 @@
# Composer / PHP
vendor/
composer.lock
# 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
# Node / npm (if you ever keep source files)
node_modules/
npm-debug.log
# Database files
db-data/
*.sql
*.sqlite
# Composer vendor (reinstallable)
vendor/
# Keep composer.lock if you want reproducible builds; otherwise comment out
# Docker runtime data
db-data/
docker-compose.override.yml
docker-compose.override.yml # keep only if you version it
docker-compose.yml # keep if you version it, otherwise ignore
# WordPress runtime files
wp-data/
wp-content/
*.log
# OS / editor artefacts
.DS_Store
Thumbs.db
# IDE / OS artefacts
*.DS_Store
*.swp
*.swo
.idea/
.vscode/
# Logs / temporary files
*.log
tmp/
cache/
*.tmp
# Zip packages you dont edit
*.zip
# Misc
*.bak