Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

gitignored file in repo #243

Open
djmitche opened this issue Mar 7, 2019 · 0 comments
Open

gitignored file in repo #243

djmitche opened this issue Mar 7, 2019 · 0 comments

Comments

@djmitche
Copy link

djmitche commented Mar 7, 2019

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:

  • rename Dockerfile.test to something that isn't ignored (e.g., test-Dockerfile)
  • adjust the .gitignore to not ignore this file
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant