closest ive gotten to getting it up & running

This commit is contained in:
2026-01-13 15:44:40 -06:00
parent 055e3a0cba
commit c4d78428e6
2 changed files with 18 additions and 39 deletions

View File

@@ -1,19 +1,18 @@
# Dependencies
node_modules
bun.lockb
*.lock
# Dependencies - exclude node_modules from being copied
**/node_modules
# Next.js
apps/next/.next
apps/next/out
apps/next/.turbo
# Turbo
**/.turbo
# Next.js build artifacts
**/.next
**/out
# Development
.git
.gitignore
*.log
*.md
README.md
.env.local
.env*.local
.vscode
.idea
@@ -25,13 +24,11 @@ README.md
**/*.spec.ts
# Build artifacts
dist
build
.turbo
**/dist
**/build
# Convex local
packages/backend/.convex
convex/_generated
# OS
.DS_Store