Add vendor folder to .gitignore. (#212)

Signed-off-by: Hans <hans@dkmt.io>
This commit is contained in:
huahang 2020-07-27 15:16:55 +08:00 committed by GitHub
parent 284b736572
commit a7d2aa66d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ node/node
unikv/unikv unikv/unikv
bin/* bin/*
_tools _tools
/vendor