2018-03-14 23:26:05 +03:00
|
|
|
# When running docker build, it sends the entire "build context" to the docker daemon. In this
|
|
|
|
# case, the context is all of the files in the folder containing the Dockerfile.
|
|
|
|
# this tells docker to ignore everything except the Dockerfile.
|
|
|
|
# If you need to include something else be careful not to start sending large files
|
|
|
|
# such as the output directory or the source tree to the daemon.
|
|
|
|
*
|
2018-08-24 02:17:00 +03:00
|
|
|
!tools/build/
|
|
|
|
!tools/ci/
|