fix(Docker): add cache to dockerignore to speed up local build (#4366)

Apparently including cmake cache to the build context will take a long time for consecutive builds and causes docker build to spend a long time at `Sending build context to docker daemon (x %)` step.
This commit is contained in:
Rochet2 2021-02-04 14:39:00 +02:00 committed by GitHub
parent b0d0378e40
commit 8a0ba39b53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,5 +5,6 @@ data/doc/*
conf/*
!conf/dist
docker/worldserver/data/*
docker/build/cache
.idea
cmake-build-debug/*