.gitignore 280 B

12345678
  1. # if you want to ignore files created by your editor/tools, consider using a
  2. # global .gitignore or .git/info/exclude see https://help.github.com/articles/ignoring-files
  3. .*
  4. !.github
  5. !.gitignore
  6. profile.out
  7. # support running go modules in vendor mode for local development
  8. vendor/