chore: add cmd binaries to .gitignore

This commit is contained in:
AJ ONeal 2026-02-27 02:56:28 -07:00
parent af6b0eb5a2
commit a56f8601f0
No known key found for this signature in database

13
.gitignore vendored
View File

@ -5,6 +5,19 @@ credentials.tsv
env.*
!example.env
# Project binaries
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~