Some checks failed
Auto Tag Develop / tag (push) Has been cancelled
Align project structure with Lesstime: move docker/ to infra/dev/ and deploy/ to infra/prod/. Update all references in docker-compose, makefile, CI workflow, Dockerfile, .gitignore and .dockerignore. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
25 lines
294 B
Plaintext
25 lines
294 B
Plaintext
.git
|
|
.gitea
|
|
.env.local
|
|
.env.test
|
|
infra/dev/
|
|
infra/prod/docker-compose.yml
|
|
infra/prod/deploy.sh
|
|
infra/prod/.env.example
|
|
frontend/node_modules
|
|
frontend/.nuxt
|
|
frontend/.output
|
|
var/
|
|
vendor/
|
|
LOG/
|
|
docs/
|
|
tests/
|
|
scripts/
|
|
*.sql
|
|
*.xlsx
|
|
*.png
|
|
*.md
|
|
!composer.lock
|
|
!symfony.lock
|
|
!frontend/package-lock.json
|