Files
roi-theme/.gitignore
FrankZamora 57cd146a92 Agregar _planeacion/ al .gitignore
- Carpeta _planeacion/ excluida del repositorio
- Contiene documentación de planeación y archivos de referencia
- No necesario en repositorio de producción

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-04 20:16:06 -06:00

67 lines
784 B
Plaintext

# WordPress configuration file
wp-config.php
# Uploads directory (user generated content)
wp-content/uploads/
# Cache directories
wp-content/cache/
wp-content/backup/
wp-content/backups/
wp-content/upgrade/
# Advanced Cache
wp-content/advanced-cache.php
# Object cache
wp-content/object-cache.php
# Server configs
.htaccess
# Log files
*.log
error_log
debug.log
# System files
.DS_Store
Thumbs.db
Desktop.ini
# Temporary files
*.tmp
*.temp
*.swp
*.swo
*~
# Node modules (si hay desarrollo frontend)
node_modules/
npm-debug.log
# Composer (si hay dependencias PHP)
vendor/
# Environment files
.env
.env.*
# IDE files
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# Git
.git/
# Backup files
*.sql
*.sql.gz
*.tar.gz
*.zip
# Planning and documentation
_planeacion/