aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.dockerignore
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-03-13 00:07:33 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-03-13 00:07:33 +0300
commitf601296abd2bd82336f5d3a1a2cef27942768639 (patch)
tree7ab9b8204c0e0de3f7f5100a5b01fb71cd1e374b /.dockerignore
parentTravis: update stage name (diff)
downloadmath-server-f601296abd2bd82336f5d3a1a2cef27942768639.tar.gz
math-server-f601296abd2bd82336f5d3a1a2cef27942768639.zip
Docker: ignore irrelevant stuff
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/**