mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
fix(git): ignore _dist directory
This commit is contained in:
parent
24e891ee6d
commit
ebb7584ab2
1 changed files with 4 additions and 3 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -1,7 +1,8 @@
|
|||
.DS_Store
|
||||
.coverage/
|
||||
.vimrc
|
||||
_dist/
|
||||
_proto/*.pb.go
|
||||
bin/
|
||||
rootfs/tiller
|
||||
vendor/
|
||||
_proto/*.pb.go
|
||||
.vimrc
|
||||
.DS_Store
|
||||
|
|
|
|||
Loading…
Reference in a new issue