Files
project-manager/.dockerignore
T

26 lines
481 B
Plaintext
Raw Normal View History

2026-09-03 17:45:35 +01:00
.git
.gitignore
.dockerignore
vendor
storage
.env
.env.example
2026-09-03 17:45:35 +01:00
.phpunit.cache
.phpunit.result.cache
phpunit.xml
tests
2026-09-03 17:45:35 +01:00
docs
README.md
docker-compose.yml
# Frontend: the build runs `npm ci` in its own stage, and dist/ is emitted
# there -- none of this reaches either stage's COPY (web/package.json,
# web/package-lock.json, web/), it'd just be dead weight in the build context.
web/node_modules
web/dist
web/dev-dist
web/.gitignore
web/.dockerignore
web/.env.example
web/README.md