Skip to content

Commit

Permalink
gitignore should include helm generated files (#8728)
Browse files Browse the repository at this point in the history
Co-authored-by: Rong Rong <[email protected]>
  • Loading branch information
walterddr and Rong Rong authored May 18, 2022
1 parent 1b3819e commit 1009159
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ docs/_build
**/.docker/
**/.env
**/.factorypath
kubernetes/examples/helm/charts/
.mvn/

# Misc
Expand All @@ -46,3 +45,9 @@ quickstart*

#build symlink directory
build*

#helm related files
kubernetes/helm/**/charts/
kubernetes/helm/**/requirements.lock
kubernetes/helm/**/Chart.lock

Binary file removed kubernetes/helm/pinot/charts/zookeeper-7.0.0.tgz
Binary file not shown.
6 changes: 0 additions & 6 deletions kubernetes/helm/thirdeye/Chart.lock

This file was deleted.

0 comments on commit 1009159

Please sign in to comment.