Update last minute things before rebuilding

This commit is contained in:
2026-03-20 18:34:33 -05:00
parent a8bb610be7
commit 60dc57ddf7
6 changed files with 59 additions and 13 deletions

49
.dockerignore Normal file
View File

@@ -0,0 +1,49 @@
# Dependencies - MUST exclude these
node_modules
**/node_modules
.pnp
.pnp.js
# Turbo
.turbo
**/.turbo
# Next.js build artifacts
.next
**/.next
out
**/out
# Development
.git
.gitignore
*.log
.env
.env.*
!.env.example
.vscode
.idea
# Tests
**/__tests__
**/*.test.ts
**/*.test.tsx
**/*.spec.ts
# Build artifacts
dist
**/dist
build
**/build
# Convex local
packages/backend/.convex
# OS
.DS_Store
Thumbs.db
# Docker
docker
Dockerfile
.dockerignore