
openstack-helm-infra/helm-toolkit is not yet ready. This: * Removes references to openstack-helm-infra in examples and tests. * Eliminates unneeded project tmp directory. Change-Id: If2dfca60bea13f30124ddb82838ff0f4097c21be
25 lines
308 B
Plaintext
25 lines
308 B
Plaintext
# Pyenv version file
|
|
/.python-version
|
|
|
|
# Chart artifacts
|
|
/charts/*.tgz
|
|
/charts/*/charts
|
|
/charts/*/requirements.lock
|
|
|
|
# Build & test artifacts
|
|
/.eggs
|
|
/.helm-pid
|
|
/.tox
|
|
/build
|
|
/conformance
|
|
/promenade.egg-info
|
|
|
|
# Python artifacts
|
|
__pycache__
|
|
|
|
# Sphinx artifacts
|
|
/docs/build/
|
|
/docs/*/_static/
|
|
/AUTHORS
|
|
/ChangeLog
|