Build MenuScene in Docker; ignore dist in context; remove bundled dist chunks; update MenuScene index and MenuController bob defaults. Made-with: Cursor
26 lines
365 B
Plaintext
26 lines
365 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 (fresh install in the builder stage)
|
|
**/node_modules/
|
|
|
|
# Rebuilt inside the Docker builder; omit from context for smaller/faster uploads
|
|
Needle/*/dist/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|