.gitignore 360 B

1234567891011121314151617
  1. # if you want to ignore files created by your editor/tools,
  2. # consider a global .gitignore https://help.github.com/articles/ignoring-files
  3. *.exe
  4. *.exe~
  5. *.orig
  6. .*.swp
  7. .DS_Store
  8. Thumbs.db
  9. .editorconfig
  10. /build/
  11. /cmd/docker/winresources/versioninfo.json
  12. /cmd/docker/winresources/*.syso
  13. profile.out
  14. # top-level go.mod is not meant to be checked in
  15. /go.mod
  16. /go.sum