aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
blob: 14541a33efa37240a37b2b3185a1f7736a172f01 (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
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
pacakges/e2e_tests

# Aider
.aider*

# next.js
.next/
out/