dishplanner/.dockerignore
myrmidex 561750dc83 FOSS pivot: retire SaaS, demo, and APP_MODE plumbing (#37 #38 #39 #40 #41)
Remove Stripe/Cashier subscription billing, demo mode, and APP_MODE enum/helpers. Delete frontend-old/ and stale bin scripts. Adopt AGPL-3.0 (LICENSE.md, README, composer.json). Point Docker image, prod scripts, and README at forge.lvl0.xyz/lvl0/dishplanner.
2026-08-16 17:29:19 +02:00

59 lines
No EOL
678 B
Text

# Git
.git
.gitignore
.gitattributes
# Documentation
*.md
LICENSE
docs/
# Environment files
.env
.env.*
!.env.example
# Dependencies (will be installed fresh)
vendor/
node_modules/
# Storage (will be mounted as volumes)
storage/app/*
storage/framework/cache/*
storage/framework/sessions/*
storage/framework/views/*
storage/logs/*
bootstrap/cache/*
# Testing
phpunit.xml
.phpunit.result.cache
tests/
coverage/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Docker
Dockerfile*
docker-compose*.yml
.dockerignore
# Build artifacts
public/build/
public/hot
public/mix-manifest.json
# Development
.php_cs.cache
.php-cs-fixer.cache
phpstan.neon
.editorconfig