mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-05 03:53:48 +00:00
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:
@@ -5,5 +5,6 @@ data/doc/*
|
|||||||
conf/*
|
conf/*
|
||||||
!conf/dist
|
!conf/dist
|
||||||
docker/worldserver/data/*
|
docker/worldserver/data/*
|
||||||
|
docker/build/cache
|
||||||
.idea
|
.idea
|
||||||
cmake-build-debug/*
|
cmake-build-debug/*
|
||||||
|
|||||||
Reference in New Issue
Block a user