Sfoglia il codice sorgente

gitignore: ignore "docs" and "vendor"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 8 anni fa
parent
commit
cb46e9ee0b
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      .gitignore

+ 3 - 1
.gitignore

@@ -1,6 +1,8 @@
 /agent-*
 /agent-*
 /coverage
 /coverage
 /covdir
 /covdir
+/docs
+/vendor
 /gopath
 /gopath
 /gopath.proto
 /gopath.proto
 /go-bindata
 /go-bindata
@@ -16,4 +18,4 @@
 *.test
 *.test
 hack/tls-setup/certs
 hack/tls-setup/certs
 .idea
 .idea
-*.bak
+*.bak