aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
diff options
context:
space:
mode:
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore17
1 files changed, 17 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
index 3b2da447..14541a33 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -6,5 +6,22 @@ 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/