Browse Source

build: ignore local caches in docker contexts

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
Moritz Johner 3 months ago
parent
commit
3712c34bcd
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .dockerignore

+ 4 - 0
.dockerignore

@@ -1,6 +1,10 @@
 .git
 .github
 .gitignore
+.cache
+**/.cache
+.tmp
+**/.tmp
 .golangci.yaml
 ADOPTERS.md
 CNAME