- Track Needle/MenuScene/dist and Needle/SampleScene/dist for container deploys - Dockerfile copies pre-built dist (no npm in image); rebuild with npm run build before commit - Fix Needle .gitignore: /assets/ so dist/assets is not ignored - Git LFS: track *.wasm; relax .dockerignore so dist is sent as build context Made-with: Cursor
23 lines
276 B
Plaintext
23 lines
276 B
Plaintext
# Git / IDE
|
|
.git
|
|
.gitignore
|
|
**/.cursor
|
|
**/.vs
|
|
.idea
|
|
|
|
# Unity (not needed to build Needle web bundle)
|
|
Library/
|
|
Temp/
|
|
Logs/
|
|
UserSettings/
|
|
MemoryCaptures/
|
|
Recordings/
|
|
obj/
|
|
|
|
# Host-side Node (not needed when image serves pre-built dist)
|
|
**/node_modules/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|