mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:21:10 +02:00
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>
57 lines
No EOL
634 B
Text
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 |