closest ive gotten to getting it up & running
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user