Files
donut/.dockerignore
Leandro Moreira 3918cee421 introduce new api
2024-02-24 22:17:33 -03:00

19 lines
366 B
Plaintext

# The .dockerignore file excludes files from the container build process.
#
# https://docs.docker.com/engine/reference/builder/#dockerignore-file
# Exclude locally vendored dependencies.
vendor/
# Exclude "build-time" ignore files.
.dockerignore
.gcloudignore
.github
.vscode
.git
# Exclude git history and configuration.
.gitignore
tags
probers.test
coverage.out