Initial Bedrock WordPress setup
- WordPress 6.9 via Bedrock - kurs-booking Plugin (Eigenentwicklung) - Rodiar Theme + Child - Lizenz-Plugins: Elementor Pro, RevSlider, Rank Math Pro, Rodiar Addons - Free Plugins via Composer - Docker-ready für Coolify
This commit is contained in:
48
.gitignore
vendored
Normal file
48
.gitignore
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
# Application
|
||||
web/app/mu-plugins/*/
|
||||
web/app/upgrade
|
||||
web/app/uploads/*
|
||||
!web/app/uploads/.gitkeep
|
||||
web/app/cache/*
|
||||
|
||||
# Composer-installed plugins (werden beim Build installiert)
|
||||
web/app/plugins/contact-form-7/
|
||||
web/app/plugins/cookie-law-info/
|
||||
web/app/plugins/duplicate-post/
|
||||
web/app/plugins/elementor/
|
||||
web/app/plugins/fluent-smtp/
|
||||
web/app/plugins/host-webfonts-local/
|
||||
web/app/plugins/matomo/
|
||||
web/app/plugins/redis-cache/
|
||||
web/app/plugins/seo-by-rank-math/
|
||||
web/app/plugins/simple-cloudflare-turnstile/
|
||||
|
||||
# Composer-installed themes
|
||||
web/app/themes/twentytwentyfive/
|
||||
|
||||
# Eigenentwicklung + Lizenz-Plugins werden COMMITTED:
|
||||
# - kurs-booking (Eigenentwicklung)
|
||||
# - elementor-pro (Lizenz)
|
||||
# - revslider (Lizenz)
|
||||
# - seo-by-rank-math-pro (Lizenz)
|
||||
# - rodiar-addons (Lizenz)
|
||||
# - rodiar + rodiar-child (Themes)
|
||||
|
||||
# WordPress
|
||||
web/wp
|
||||
web/.htaccess
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Dotenv
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Composer
|
||||
/vendor
|
||||
auth.json
|
||||
|
||||
# WP-CLI
|
||||
wp-cli.local.yml
|
||||
Reference in New Issue
Block a user