mirror of
https://github.com/helm/helm.git
synced 2026-04-15 21:59:50 -04:00
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>
14 lines
207 B
Text
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/*
|