managarten/apps/picture/.gitignore
Wuesteon ff80aeec1f refactor: restructure
monorepo with apps/ and services/
  directories
2025-11-26 03:03:24 +01:00

60 lines
540 B
Text

# Dependencies
node_modules/
.pnp
.pnp.js
# Build outputs
dist/
build/
.next/
.astro/
.svelte-kit/
web-build/
# Expo
.expo/
expo-env.d.ts
# Native builds
ios/
android/
# Environment variables
.env
.env.local
.env.*.local
# Debug & logs
npm-debug.*
*.log
.metro-health-check*
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Certificates & keys
*.jks
*.p8
*.p12
*.key
*.mobileprovision
*.orig.*
# Test coverage
coverage/
.nyc_output/
# Temporary files
*.tmp
.cache/
# Local Netlify folder
.netlify