Finally got this repo set up nice I think

This commit is contained in:
2025-12-20 05:12:03 -06:00
parent 75505759f1
commit 235c928dc5
44 changed files with 860 additions and 566 deletions

38
docker/.dockerignore Normal file
View File

@@ -0,0 +1,38 @@
# Dependencies
node_modules
bun.lockb
*.lock
# Next.js
apps/next/.next
apps/next/out
apps/next/.turbo
# Development
.git
.gitignore
*.log
*.md
README.md
.env*.local
.vscode
.idea
# Tests
**/__tests__
**/*.test.ts
**/*.test.tsx
**/*.spec.ts
# Build artifacts
dist
build
.turbo
# Convex local
packages/backend/.convex
convex/_generated
# OS
.DS_Store
Thumbs.db