mirror of
https://github.com/flavioribeiro/donut.git
synced 2025-12-24 13:37:51 +08:00
19 lines
366 B
Plaintext
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 |