39 lines
365 B
Plaintext
39 lines
365 B
Plaintext
# 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
|