15 lines
182 B
Plaintext
15 lines
182 B
Plaintext
#configuration
|
|
.env
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
backend
|
|
debug
|
|
.vscode
|
|
.vs/
|
|
.DS_Store
|