promenade/.dockerignore
Mark Burnett 38ac4bff79 Speed up image build
* Ignore FIO output file when building docker
* Removes PBR and removes .git from docker context

Change-Id: I58d4fa7e9d538035c52b1826d1488f72e74beea8
2018-04-25 12:00:06 -05:00

29 lines
311 B
Plaintext

# Pyenv version file
.python-version
# Chart artifacts
charts/*.tgz
charts/*/charts
charts/*/requirements.lock
# Build & test artifacts
.eggs
.fiotest
.git
.helm-pid
.tox
AUTHORS
ChangeLog
build
conformance
promenade.egg-info
tmp
# Python artifacts
__pycache__
# Non-image related files
docs
examples
tools