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/
|
.coverage/
|
||||||
|
.vimrc
|
||||||
|
_dist/
|
||||||
|
_proto/*.pb.go
|
||||||
bin/
|
bin/
|
||||||
rootfs/tiller
|
rootfs/tiller
|
||||||
vendor/
|
vendor/
|
||||||
_proto/*.pb.go
|
|
||||||
.vimrc
|
|
||||||
.DS_Store
|
|
||||||
|
|
Loading…
Reference in New Issue