managarten/.gitignore
Till-JS 4ebe3ec574 feat: add multi-arch Docker builds and Mac Mini deployment
- CI: Build Docker images for linux/amd64 + linux/arm64
- CI: Add manacore-web to build matrix
- Add docker-compose.macmini.yml for Mac Mini deployment
- Add cloudflared-config.yml for Cloudflare Tunnel routing
- Add Mac Mini deployment scripts and documentation
- Configure Cloudflared as launchd service for auto-start

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 19:17:37 +01:00

102 lines
1.1 KiB
Text

# Dependencies
node_modules/
.pnpm-store/
# Build outputs
dist/
build/
.next/
.nuxt/
.output/
.svelte-kit/
.astro/
.expo/
android/
ios/
.netlify/
# Turbo
.turbo/
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env*.local
# BUT commit the central development env file
!.env.development
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Testing
coverage/
.nyc_output/
# TypeScript
*.tsbuildinfo
# Cache
.cache/
.parcel-cache/
.eslintcache
.prettiercache
# Expo
*.jks
*.p8
*.p12
*.key
*.mobileprovision
*.orig.*
web-build/
# Native builds (keep for reference but don't track)
# Uncomment if you want to track these:
# !android/
# !ios/
# Sentry
.sentryclirc
# Temporary files
tmp/
temp/
*.tmp
# Package manager locks (keep only pnpm)
package-lock.json
yarn.lock
# Debug
.pnpm-debug.log
# Hive mind sessions
.hive-mind/
# Claude Flow metrics
.claude-flow/
.claude-flow/metrics/
# Mac Mini deployment
.env.macmini
ssh-key-command.txt