getsentry / raven-go

Sentry client in Go
https://sentry.io
BSD 3-Clause "New" or "Revised" License
561 stars 148 forks source link

gitignored file in repo #243

Open djmitche opened 5 years ago

djmitche commented 5 years ago

The file Dockerfile.test is covered by the *.test in the .gitignore file. This causes issues when using go dep, as it imports the repo but git ignores that file, leading to it not being vendored.

Fixes: