From aaf34fe97e0c8aeaf236aa458ea027073af340ab Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Wed, 26 Apr 2023 10:29:59 +0200 Subject: [PATCH] docs(dockerignore): Reword some comments Also do not wrap the comments too early, they now actually fit into a single line each. Signed-off-by: Sebastian Schuberth --- .dockerignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.dockerignore b/.dockerignore index 4e456c116e3a9..453e84b17a825 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,11 +1,9 @@ -# Ignore the Docker files themselves to avoid that all layers are invalidated if -# the Docker files are changed during development. +# Ignore Docker-related files to avoid the cache being invalidated if the files are changed during development. .dockerignore Dockerfile* scripts/docker_*.sh -# Ignore the Jenkinsfile to avoid that all layers are invalidated if the -# Jenkinsfile is changed during development. +# Ignore the Jenkinsfile to avoid the cache being invalidated if the file is changed during development. integrations/jenkins/Jenkinsfile # Ignore Git entries.