14 lines
315 B
Plaintext
14 lines
315 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
|
||
|
|
||
|
# Exclude git history and configuration.
|
||
|
.gitignore
|