12 lines
275 B
Plaintext
12 lines
275 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 node_modules (npm install happens in container for backend)
|
|
neode-ui/node_modules
|