diff --git a/.dockerignore b/.dockerignore index c57703a3f190d..6f04f902f065d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -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