Add initial Makefile
This add target a target for building and linting charts. Change-Id: Ie349436d8bf50929e26ed43cc53fdc599a2acd9d
This commit is contained in:
26
.gitignore
vendored
26
.gitignore
vendored
@@ -1,15 +1,25 @@
|
||||
__pycache__
|
||||
/*.log
|
||||
# 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
|
||||
/tmp
|
||||
.tox/
|
||||
/.eggs
|
||||
|
||||
# Python artifacts
|
||||
__pycache__
|
||||
|
||||
# Sphinx artifacts
|
||||
/docs/build/
|
||||
/docs/*/_static/
|
||||
/AUTHORS
|
||||
/ChangeLog
|
||||
|
||||
# Sphinx documentation
|
||||
docs/build/
|
||||
docs/*/_static/
|
||||
|
||||
Reference in New Issue
Block a user