25 lines
No EOL
271 B
Text
25 lines
No EOL
271 B
Text
.DS_STORE
|
|
.vscode
|
|
.realize.yaml
|
|
.idea
|
|
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
debug
|
|
go-base
|
|
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
main |