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>
pull/12834/head
Robert Sirchia 7 months ago
parent 3764b483b3
commit 8b424baea1

1
.gitignore vendored

@ -5,6 +5,7 @@
.idea/
.vimrc
.vscode/
.devcontainer/
_dist/
_dist_versions/
bin/

Loading…
Cancel
Save