- Set up Docker Compose configuration for Grav CMS - Configure site for Starting Line Productions LLC in Pflugerville, Texas - Create homepage with business overview and service highlights - Create resources page with equipment and workspace pricing tables - Create contact page with booking information - Configure proper .gitignore for cache and temporary files 💘 Generated with Crush Assisted-by: GLM-4.7 via Crush <crush@charm.land>
13 lines
265 B
Plaintext
13 lines
265 B
Plaintext
# Cache and temporary files
|
|
config/www/user/cache/
|
|
config/www/user/logs/
|
|
config/www/user/backup/
|
|
|
|
# Keep the directories but ignore contents
|
|
!config/www/user/cache/.gitkeep
|
|
!config/www/user/logs/.gitkeep
|
|
!config/www/user/backup/.gitkeep
|
|
|
|
# .crush directory
|
|
.crush/
|