azerothcore-mirror/.dockerignore
Rochet2 8a0ba39b53
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.
2021-02-04 13:39:00 +01:00

11 lines
129 B
Plaintext

build*/
var/*
data/contrib/*
data/doc/*
conf/*
!conf/dist
docker/worldserver/data/*
docker/build/cache
.idea
cmake-build-debug/*