diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-03-13 00:07:33 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-03-13 00:07:33 +0300 |
commit | f601296abd2bd82336f5d3a1a2cef27942768639 (patch) | |
tree | 7ab9b8204c0e0de3f7f5100a5b01fb71cd1e374b | |
parent | Travis: update stage name (diff) | |
download | math-server-f601296abd2bd82336f5d3a1a2cef27942768639.tar.gz math-server-f601296abd2bd82336f5d3a1a2cef27942768639.zip |
Docker: ignore irrelevant stuff
-rw-r--r-- | .dockerignore | 16 |
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/** |