helm/.gitignore
Robert Sirchia 8b424baea1 Updating .gitignore
Adding a line to ignore the .devcontainer/ to the .gitignore file so I can use containers to develop with Helm.

Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
2024-03-01 15:29:21 -05:00

14 lines
207 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/*