diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2022-01-26 08:43:12 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2022-02-04 08:09:09 +0100 |
commit | 382b3023e8c4d2776da25eae455acd906972e09f (patch) | |
tree | c857bdf0d3ea6882e5b7c0c44ea134418b834814 /.gitignore | |
parent | f63b16e0666fe3182b0919005dd6073795ab1ccd (diff) |
[COMMON] Update .gitignore
With use of Helm Chart API v2, charts package are sent to new places.
Let's update .gitignore in order to have a clean state.
Issue-ID: OOM-1
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Id1fa03e7202270f7935fe964d30c70db266f8f01
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6d071f6cb1..8b573a454f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Helm generated stuff +Chart.lock +**/charts/ # auto generated certificates kubernetes/platform/components/oom-cert-service/resources/*.jks kubernetes/platform/components/oom-cert-service/resources/*.p12 |