golib/.gitignore
AJ ONeal da33660c7c
feat: add net/geoip for MaxMind GeoLite2 database downloads
Downloader checks file mtime before fetching (30/day rate limit).
Extracts .mmdb atomically from tar.gz, preserving MaxMind's release
date as mtime so freshness checks survive restarts. Strips auth header
on redirects (302 → Cloudflare R2 presigned URL). Default: 3-day
threshold, 5-minute timeout.

Also ignores GeoIP.conf and *.mmdb in .gitignore.
2026-04-20 00:21:31 -06:00

50 lines
845 B
Plaintext

credentials.tsv
GeoIP.conf
*.mmdb
.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/
worktrees.git
.DS_Store
.*.sw*
# Agent session files
agents/TASKS.md
agents/REVIEW.md
agents/HANDOFF.md
agents/issues.d/
agents/tmp/