Skip to content

Commit

Permalink
fix(dockerignore): Ignore GitHub configuration, esp. workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed May 4, 2023
1 parent 2605f93 commit 21c8737
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Dockerfile*
scripts/docker_*.sh

# Ignore GitHub configuration to avoid the cache being invalidated if the files are changed during development.
.github/

# Ignore the Jenkinsfile to avoid the cache being invalidated if the file is changed during development.
integrations/jenkins/Jenkinsfile

Expand Down

0 comments on commit 21c8737

Please sign in to comment.