Add .gitignore file

This commit is contained in:
Enrico Stahn 2018-02-18 21:45:45 +11:00
parent fe4d8f7c03
commit f837990632
No known key found for this signature in database
GPG key ID: 5263621C269A50DE

7
.gitignore vendored
View file

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