mirror of
https://github.com/helm/helm.git
synced 2026-02-09 22:04:23 -05:00
16 lines
278 B
Text
16 lines
278 B
Text
*.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
|