Files
AR-Menu/.gitignore
pelpanagiotis 6947303755 Commit Needle production dist and nginx-only Docker image
- 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
2026-04-19 23:39:59 +03:00

29 lines
346 B
Plaintext

# Unity
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/
/[Uu]ser[Ss]ettings/
/[Mm]emoryCaptures/
/[Rr]ecordings/
# IDE
.vs/
.idea/
*.swp
*.swo
*~
# Cursor (local)
.cursor/
# Node / Needle web builds
**/node_modules/
# Needle/*/dist/ is committed for Docker (rebuild with npm run build before commit)
# OS
.DS_Store
Thumbs.db