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