aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
blob: 4affdb95342318898f12f2e3f2958e493dc61e2a (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
packages/e2e_tests

# Aider
.aider*

# next.js
.next/
out/