github-migrator/.gitignore
Jonas Franz f758e29097 Refactor some parts of github.go
Add additional qa tasks to Makefile
Add vendor to gitignore
2018-12-14 10:12:58 +01:00

20 lines
311 B
Plaintext

# ---> Go
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
*-packr.go
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/
data/
vendor/