Files
AR-Menu/.dockerignore
pelpanagiotis 3499f8257a chore: multi-stage Docker Needle build and trim MenuScene dist assets
Build MenuScene in Docker; ignore dist in context; remove bundled dist chunks;
update MenuScene index and MenuController bob defaults.

Made-with: Cursor
2026-04-20 07:46:34 +03:00

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