Files
archy-demo/.dockerignore
2026-03-17 02:14:04 +00:00

13 lines
281 B
Plaintext

# Ignore everything except what the demo Dockerfiles need
*
# Allow neode-ui (frontend + mock backend + docker configs)
!neode-ui/
# Allow demo assets (AIUI pre-built dist)
!demo/
# Exclude nested node_modules (will npm install in container)
neode-ui/node_modules
neode-ui/dist