aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
blob: 615cb7e2926693ba7fc3011a43a2035deff53883 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Dockerfile
.dockerignore
**/node_modules
npm-debug.log
README.md
**/.next
**/*.db
**/.env*
.turbo
.git
./data

# Files that don't need to be included in the Docker image
docs
kubernetes
charts
apps/mobile
apps/landing
apps/browser-extension
packages/e2e_tests
packages/benchmarks

# Aider
.aider*

# next.js
.next/
out/