You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helm/.gitignore

18 lines
607 B

*.exe
*.swp
.DS_Store
.coverage/
.idea/
.vimrc
.vscode/
_dist/
bin/
vendor/
# Ignores charts pulled for dependency build tests
cmd/helm/testdata/testcharts/issue-7233/charts/*
cmd/helm/testdata/testcharts/chart-with-multi-level-deps/root/charts/*
cmd/helm/testdata/testcharts/chart-with-multi-level-deps/root/Chart.lock
cmd/helm/testdata/testcharts/chart-with-multi-level-deps/dep1/charts/*
cmd/helm/testdata/testcharts/chart-with-multi-level-deps/dep1/Chart.lock
cmd/helm/testdata/testcharts/chart-with-multi-level-deps/dep2/charts/*
cmd/helm/testdata/testcharts/chart-with-multi-level-deps/dep2/Chart.lock