24 lines
430 B
Plaintext
24 lines
430 B
Plaintext
# Build context for the frontend_user / frontend_admin images is the repo ROOT (the
|
|
# npm workspace). Keep only root manifests + shared/ + the two app dirs; exclude the
|
|
# rest so the context stays small. (be0 builds from ./be0 and is unaffected by this file.)
|
|
**/node_modules
|
|
**/dist
|
|
**/dist-ssr
|
|
.git
|
|
.gitignore
|
|
.dockerignore
|
|
.claude
|
|
docs
|
|
be0
|
|
fe0
|
|
assets
|
|
database
|
|
Posgresdb
|
|
scripts
|
|
deploy
|
|
*.md
|
|
.env
|
|
.env.*
|
|
.DS_Store
|
|
**/__pycache__
|