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-06-22 13:55:50 -04:00
|
|
|
# Allow the Bitcoin UI + ElectrumX UI mock shells (served from /docker/*)
|
2026-06-22 11:16:31 -04:00
|
|
|
!docker/
|
|
|
|
|
docker/*
|
|
|
|
|
!docker/bitcoin-ui/
|
2026-06-22 13:55:50 -04:00
|
|
|
!docker/electrs-ui/
|
2026-06-22 14:19:38 -04:00
|
|
|
!docker/lnd-ui/
|
|
|
|
|
!docker/fedimint-ui/
|
2026-06-22 11:16:31 -04:00
|
|
|
|
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
|