mirror of
https://github.com/therootcompany/golib.git
synced 2026-03-02 15:47:59 +00:00
39 lines
703 B
Plaintext
39 lines
703 B
Plaintext
credentials.tsv
|
|
|
|
.env
|
|
*.env
|
|
env.*
|
|
!example.env
|
|
|
|
# Project binaries
|
|
dist/
|
|
auth/csvauth/cmd/csvauth/csvauth
|
|
cmd/auth-proxy/auth-proxy
|
|
cmd/httplog/httplog
|
|
cmd/jsonl/jsonl
|
|
cmd/sendsms/sendsms
|
|
cmd/smsapid/smsapid
|
|
cmd/smsgwhookstocsv/smsgwhookstocsv
|
|
cmd/sql-migrate/sql-migrate
|
|
io/transform/gsheet2csv/cmd/gsheet2csv/gsheet2csv
|
|
io/transform/gsheet2csv/cmd/gsheet2env/gsheet2env
|
|
io/transform/gsheet2csv/cmd/gsheet2tsv/gsheet2tsv
|
|
|
|
# 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
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
# vendor/
|
|
|
|
.DS_Store
|