Skip to content

Commit 6b8ba89

Browse files
committed
fix(dockerignore): Add Batect to the Docker-related directories to ignore
This avoids the Docker image to be rebuilt because of Batect cache changes. Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent aaf34fe commit 6b8ba89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Ignore Docker-related files to avoid the cache being invalidated if the files are changed during development.
2+
.batect/
23
.dockerignore
34
Dockerfile*
45
scripts/docker_*.sh

0 commit comments

Comments
 (0)