···11+# Created by https://www.toptal.com/developers/gitignore/api/go,godot
22+# Edit at https://www.toptal.com/developers/gitignore?templates=go,godot
33+44+### Go ###
55+# If you prefer the allow list template instead of the deny list, see community template:
66+# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
77+#
88+# Binaries for programs and plugins
99+*.exe
1010+*.exe~
1111+*.dll
1212+*.so
1313+*.dylib
1414+1515+# Test binary, built with `go test -c`
1616+*.test
1717+1818+# Output of the go coverage tool, specifically when used with LiteIDE
1919+*.out
2020+2121+# Dependency directories (remove the comment below to include it)
2222+# vendor/
2323+2424+# Go workspace file
2525+go.work
2626+2727+### Godot ###
2828+# Godot 4+ specific ignores
2929+.godot/
3030+3131+# Godot-specific ignores
3232+.import/
3333+export.cfg
3434+export_presets.cfg
3535+3636+# Imported translations (automatically generated from CSV files)
3737+*.translation
3838+3939+# Mono-specific ignores
4040+.mono/
4141+data_*/
4242+mono_crash.*.json
4343+4444+# End of https://www.toptal.com/developers/gitignore/api/go,godot