Explorar el Código

build: ignore local caches in docker contexts

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
Moritz Johner hace 2 meses
padre
commit
3712c34bcd
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      .dockerignore

+ 4 - 0
.dockerignore

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