managarten/manadeck/backend/.dockerignore
Till-JS e7f5f942f3 chore: initial commit - consolidate 4 projects into monorepo
Projects included:
- maerchenzauber (NestJS backend + Expo mobile + SvelteKit web + Astro landing)
- manacore (Expo mobile + SvelteKit web + Astro landing)
- manadeck (NestJS backend + Expo mobile + SvelteKit web)
- memoro (Expo mobile + SvelteKit web + Astro landing)

This commit preserves the current state before monorepo restructuring.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-22 23:38:24 +01:00

57 lines
No EOL
634 B
Text

# Dependencies
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment files - these should come from Cloud Run secrets
.env
.env.*
.env.local
.env.*.local
env.example
.env.example
# Test files
*.spec.ts
*.spec.js
test
coverage
.nyc_output
jest.config.js
# Development files
.git
.gitignore
.claude
README.md
README_*.md
*.md
DEPLOY_MANUAL.md
verify-build.sh
# Build artifacts (optional - include if building inside Docker)
dist
# IDE files
.vscode
.idea
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
.AppleDouble
.LSOverride
# Temporary files
*.tmp
*.temp
*.log
# Documentation
docs
# GitHub workflows
.github