mirror of
https://github.com/therootcompany/golib.git
synced 2026-04-24 12:48:00 +00:00
53 lines
887 B
Plaintext
53 lines
887 B
Plaintext
credentials.tsv
|
|
GeoIP.conf
|
|
*.mmdb
|
|
testdata
|
|
|
|
.env
|
|
*.env
|
|
env.*
|
|
!example.env
|
|
|
|
# Project binaries
|
|
dist/
|
|
/check-ip
|
|
/cmd/check-ip/check-ip
|
|
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/
|
|
|
|
worktrees.git
|
|
.DS_Store
|
|
.*.sw*
|
|
|
|
# Agent session files
|
|
agents/TASKS.md
|
|
agents/REVIEW.md
|
|
agents/HANDOFF.md
|
|
agents/issues.d/
|
|
agents/tmp/
|