···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
11+# Created by https://www.toptal.com/developers/gitignore/api/godot
22+# Edit at https://www.toptal.com/developers/gitignore?templates=godot
263274### Godot ###
285# Godot 4+ specific ignores
···4118data_*/
4219mono_crash.*.json
43204444-# End of https://www.toptal.com/developers/gitignore/api/go,godot
4545-4646-releases/
2121+# End of https://www.toptal.com/developers/gitignore/api/godot
···11-; Engine configuration file.
22-; It's best edited using the editor UI and not directly,
33-; since the parameters that go here are not all obvious.
44-;
55-; Format:
66-; [section] ; section goes between []
77-; param=value ; assign values to parameters
88-99-config_version=5
1010-1111-[application]
1212-1313-config/name="dungeoner"
1414-run/main_scene="res://start.tscn"
1515-run/main_loop_type="GoMainLoop"
1616-config/features=PackedStringArray("4.4")
1717-1818-[rendering]
1919-2020-textures/vram_compression/import_etc2_astc=true