Add .gitignore file
This commit is contained in:
parent
fe4d8f7c03
commit
f837990632
1 changed files with 5 additions and 2 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -10,5 +10,8 @@
|
|||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
|
||||
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
|
||||
.vendor/
|
||||
# dependencies
|
||||
.vendor/
|
||||
|
||||
# IDEs
|
||||
.idea/
|
||||
|
|
Loading…
Reference in a new issue