2017-09-15 07:39:55 -04:00
|
|
|
# if you want to ignore files created by your editor/tools,
|
2024-04-26 14:16:51 -04:00
|
|
|
# consider a global .gitignore https://help.github.com/articles/ignoring-files
|
2017-09-15 07:39:55 -04:00
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.orig
|
|
|
|
.*.swp
|
2017-04-21 12:49:00 -04:00
|
|
|
.DS_Store
|
2017-09-15 07:39:55 -04:00
|
|
|
Thumbs.db
|
|
|
|
.editorconfig
|
2017-05-15 17:59:51 -04:00
|
|
|
/build/
|
2021-10-11 10:54:09 -04:00
|
|
|
/cli/winresources/versioninfo.json
|
|
|
|
/cli/winresources/*.syso
|
2017-05-18 04:48:24 -04:00
|
|
|
profile.out
|
2021-12-16 15:15:53 -05:00
|
|
|
|
|
|
|
# top-level go.mod is not meant to be checked in
|
|
|
|
/go.mod
|
2022-02-25 11:11:04 -05:00
|
|
|
/go.sum
|