2026-03-17 01:54:36 +00:00
|
|
|
# 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/
|
|
|
|
|
|
2026-05-13 22:59:55 -04:00
|
|
|
# Allow backend source for ISO source builds
|
|
|
|
|
!core/
|
|
|
|
|
!scripts/
|
|
|
|
|
!image-recipe/
|
|
|
|
|
image-recipe/build/
|
|
|
|
|
image-recipe/results/
|
|
|
|
|
image-recipe/output/
|
|
|
|
|
|
2026-03-17 01:54:36 +00:00
|
|
|
# Exclude nested node_modules (will npm install in container)
|
|
|
|
|
neode-ui/node_modules
|
|
|
|
|
neode-ui/dist
|