fix(git): ignore _dist directory

This commit is contained in:
Adam Reese 2016-08-08 14:35:21 -07:00
parent 24e891ee6d
commit ebb7584ab2
1 changed files with 4 additions and 3 deletions

7
.gitignore vendored
View File

@ -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