Files
AR-Menu/.dockerignore
pelpanagiotis 479e9bb979 Add Docker image and compose for Needle web exports
Serve production Vite dist with nginx; optional SampleScene profile.

Made-with: Cursor
2026-04-19 23:05:50 +03:00

26 lines
314 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 (reinstalled in container)
**/node_modules/
# Build output (rebuilt in container)
**/Needle/*/dist/
# OS
.DS_Store
Thumbs.db