relay-86/.gitignore
@s.roertgen f623e7c969
Some checks failed
Build and Push Docker Image / build (push) Failing after 7s
Initial commit: Standard Nostr relay with NIP-86 management API
Features:
- NIP-86 management API with NIP-98 authentication
- Dual mode operation: blacklist (default) or allowlist mode
- BoltDB storage for events and management data
- Negentropy sync support
- Docker deployment ready
2026-02-12 13:18:31 +01:00

14 lines
97 B
Text

# Binaries
standard-86-relay
relay
# Data
data/
*.db
# Environment
.env
# IDE
.idea/
.vscode/