Files
Alpine_5G/.gitignore
nearxos 160ad641ce Add web GUI, docs, scripts, and 5G router config
- Web app (Flask): status, config, firewall, logs, users, restart
- Docs: AT commands, deploy, DNS, quickstart, web GUI
- Scripts: connect, deploy, diag, healthcheck, modem-status, speedtest, status, troubleshoot
- Init and iptables: 5g-router, 5g-webgui, rules.v4
- CHANGELOG, TODO, REVISION; config and README updates
2026-02-02 09:38:23 +02:00

22 lines
213 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Logs
*.log
/var/log/
# Temporary files
*.tmp
*.swp
*~
# OS files
.DS_Store
Thumbs.db
# Backup files
*.bak
*.backup
# Web GUI sensitive / generated
web/data/users.json
web/data/*.db
web/data/*.db-journal