1234567891011121314151617 |
- # if you want to ignore files created by your editor/tools,
- # consider a global .gitignore https://help.github.com/articles/ignoring-files
- *.exe
- *.exe~
- *.orig
- .*.swp
- .DS_Store
- Thumbs.db
- .editorconfig
- /build/
- /cmd/docker/winresources/versioninfo.json
- /cmd/docker/winresources/*.syso
- profile.out
- # top-level go.mod is not meant to be checked in
- /go.mod
- /go.sum
|