Files
project-manager/.dockerignore
T

16 lines
224 B
Plaintext
Raw Normal View History

2026-09-03 17:45:35 +01:00
.git
.gitignore
.dockerignore
vendor
storage
.env
.phpunit.cache
.phpunit.result.cache
docs
README.md
# Frontend: the build runs `npm ci` in its own stage, and dist/ is emitted there.
web/node_modules
web/dist
web/dev-dist