mirror of https://github.com/helm/helm.git
fix(git): ignore _dist directory
This commit is contained in:
parent
24e891ee6d
commit
ebb7584ab2
|
@ -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 New Issue