fix: move dist to web-dist/ to avoid dockerignore conflicts

This commit is contained in:
Dorian
2026-03-17 08:05:17 +00:00
parent 0ba07339f7
commit b162990b15
215 changed files with 5 additions and 18 deletions

View File

@@ -1,11 +1,5 @@
# 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
neode-ui/src
neode-ui/public
neode-ui/.git
.git