mirror of https://github.com/helm/helm.git
17 lines
278 B
Plaintext
17 lines
278 B
Plaintext
*.exe
|
|
*.swp
|
|
.DS_Store
|
|
.coverage/
|
|
.idea
|
|
.vimrc
|
|
.vscode/
|
|
.devcontainer/
|
|
_dist/
|
|
_dist_versions/
|
|
bin/
|
|
vendor/
|
|
# Ignores charts pulled for dependency build tests
|
|
cmd/helm/testdata/testcharts/issue-7233/charts/*
|
|
pkg/cmd/testdata/testcharts/issue-7233/charts/*
|
|
.pre-commit-config.yaml
|