2022-03-22 11:03:15 -04:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
|
|
|
|
# Test binary, built with `go test -c`
|
|
|
|
*.test
|
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
|
|
|
|
2022-11-21 10:36:32 -05:00
|
|
|
# ignore build files
|
|
|
|
build
|
2022-03-22 11:03:15 -04:00
|
|
|
admin.conf
|
2022-06-29 09:26:29 -04:00
|
|
|
bootstrapper-*
|
2022-03-22 11:03:15 -04:00
|
|
|
|
2022-05-23 05:36:54 -04:00
|
|
|
go.work
|
|
|
|
go.work.sum
|
2022-11-21 10:36:32 -05:00
|
|
|
image
|
2022-03-22 11:03:15 -04:00
|
|
|
|
|
|
|
# Dockerfiles
|
|
|
|
Dockerfile
|
|
|
|
Dockerfile.*
|
|
|
|
|
|
|
|
# VS Code configuration folder
|
|
|
|
.vscode
|
2022-06-08 03:46:14 -04:00
|
|
|
|
|
|
|
# Go work files should not be used during build
|
|
|
|
go.work
|
|
|
|
go.work.sum
|