# Exclude files from build context that are not used to build the Docker image. # Helps speeding up a build since less files are copied. # Only works when this directory is build context. # Exclude all kinds of README **/README* # Exclude any "test*" directories & files in the individual project directories. # Test data is not part of the Docker image. If needed, mount at run time. **/test*