mirror of https://github.com/helm/helm.git
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>
This commit is contained in:
parent
3764b483b3
commit
8b424baea1
|
|
@ -5,6 +5,7 @@
|
|||
.idea/
|
||||
.vimrc
|
||||
.vscode/
|
||||
.devcontainer/
|
||||
_dist/
|
||||
_dist_versions/
|
||||
bin/
|
||||
|
|
|
|||
Loading…
Reference in New Issue