23 lines
241 B
Plaintext
23 lines
241 B
Plaintext
# Binaries
|
|
person-processor
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# Config with secrets
|
|
config.json
|
|
|
|
# Output directories
|
|
output/
|