| 1234567891011121314151617181920212223242526272829303132333435363738 |
- # Local dev
- .env
- .env.local
- *.log
- .DS_Store
- .idea/
- .vscode/
- *.swp
- __pycache__/
- # Build artifacts
- /bin/
- /dist/
- *.test
- *.out
- coverage.*
- # Go
- /vendor/
- # Docker
- docker-compose.override.yml
- /ingestd
- # Built binaries (anywhere)
- /http
- /routerd
- /archiverd
- /deliverd
- /deliverd-fcm
- /deliverd-telegram
- /admind
- /seed
- /fakefcmd
- loadgen/grpc
- # Local authd binary
- /authd
|