e070a3fb5f
OTA update server designed for high-concurrency, low-bandwidth deployments. GORM-backed PostgreSQL, JWT auth, device management, artefact versioning, deployment rollout with gated rate-limited downloads, and a React admin panel.
24 lines
171 B
Plaintext
24 lines
171 B
Plaintext
# Binary
|
|
bin/
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Environment
|
|
.env
|
|
|
|
# IDE
|
|
.idea/
|
|
|
|
# Web
|
|
web/node_modules/
|
|
web/dist/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Artifacts (local test data)
|
|
/var/
|