Files
notepush/.gitignore
Daniel D’Aquino c0cded7255 Improve relay draft
This commit brings a compilable, runnable relay draft, with logging
setup, basic README instructions, Mutex protection around shared
resources, implemented with code safety in mind

Notes:
- This is not fully tested
- The mutex design is not the most efficient, and could cause some contention on high traffic
- The REST API is not yet integrated
2024-07-19 20:52:30 -07:00

11 lines
95 B
Plaintext

target/
.direnv/
.buildcmd
.build-result
.envrc
tags
.env
.DS_Store
*.p8
apns_notifications.db