Finally got this repo set up nice I think
This commit is contained in:
38
docker/.dockerignore
Normal file
38
docker/.dockerignore
Normal 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
|
||||
Reference in New Issue
Block a user