mirror of
https://github.com/therootcompany/golib.git
synced 2026-03-02 23:57:59 +00:00
chore: add cmd binaries to .gitignore
This commit is contained in:
parent
af6b0eb5a2
commit
a56f8601f0
13
.gitignore
vendored
13
.gitignore
vendored
@ -5,6 +5,19 @@ credentials.tsv
|
|||||||
env.*
|
env.*
|
||||||
!example.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
|
# Binaries for programs and plugins
|
||||||
*.exe
|
*.exe
|
||||||
*.exe~
|
*.exe~
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user