aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.dockerignore16
1 files changed, 10 insertions, 6 deletions
diff --git a/.dockerignore b/.dockerignore
index c77e2af..3becc33 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1,7 +1,11 @@
-**/.git
-**/.gitattributes
-**/.gitignore
+*
-.dockerignore
-**/Dockerfile
-docker-compose.yml
+# Only things actually used during the build process:
+!/3rdparty/**
+!/CMakeLists.txt
+!/LICENSE.txt
+!/README.md
+!/client/**
+!/cmake/**
+!/server/**
+!/test/**