Initial Upload
Some checks failed
CI / Lint & Typecheck (push) Has been cancelled
CI / Test (routes) (push) Has been cancelled
CI / Test (security) (push) Has been cancelled
CI / Test (services) (push) Has been cancelled
CI / Test (unit) (push) Has been cancelled
CI / Test (integration) (push) Has been cancelled
CI / Test Coverage (push) Has been cancelled
CI / Build (push) Has been cancelled

This commit is contained in:
2025-12-17 12:32:50 +13:00
commit 3015f48118
471 changed files with 141143 additions and 0 deletions

56
.gitignore vendored Normal file
View File

@@ -0,0 +1,56 @@
# Dependencies
node_modules
.pnpm-store
# Build outputs
dist
build
.next
out
# Turbo
.turbo
# Environment
.env
.env.local
.env.*.local
# IDE
.idea
.vscode
*.swp
*.swo
.DS_Store
# Testing
coverage
# Logs
*.log
npm-debug.log*
pnpm-debug.log*
# Database (keep GeoLite2 database committed)
data/*.mmdb
!data/GeoLite2-City.mmdb
# Local server data
apps/server/data/
# Docker
docker-compose.override.yml
# Expo
.expo
*.jks
*.p8
*.p12
*.key
*.mobileprovision
*.orig.*
web-build/
# Drizzle
drizzle-kit
*.tsbuildinfo