You've already forked wc-bootstrap
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>
37 lines
365 B
Plaintext
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
|