18 строки
353 B
Plaintext
18 строки
353 B
Plaintext
# 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
|
|
.DS_Store
|
|
Thumbs.db
|
|
.editorconfig
|
|
/build/
|
|
/cli/winresources/versioninfo.json
|
|
/cli/winresources/*.syso
|
|
profile.out
|
|
|
|
# top-level go.mod is not meant to be checked in
|
|
/go.mod
|
|
/go.sum
|