Files
wc-bootstrap/.gitignore
magdev 624de0cae6 Add Docker development environment
Multistage Dockerfile (WooCommerce download, wp-bootstrap npm build,
Composer deps, WordPress runtime), Compose stack with MariaDB, and
auto-setup entrypoint that installs WordPress and activates the theme
on first boot.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 11:59:20 +01:00

37 lines
365 B
Plaintext

# Symlinks
wp-core
wc-core
# Dependencies
node_modules/
vendor/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# npm
npm-debug.log
# Backup files
*.bak
*.po~
# Compiled translations (built by CI/CD release workflow)
*.mo
# Claude local settings
.claude/settings.local.json
# Build artifacts (releases directory)
releases/
# Docker runtime
.env