Skip to content

Commit

Permalink
docs(dockerignore): Reword some comments
Browse files Browse the repository at this point in the history
Also do not wrap the comments too early, they now actually fit into a
single line each.

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Sep 20, 2023
1 parent 3932dda commit aaf34fe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit aaf34fe

Please sign in to comment.