Files
Squid 2605c3b346 Add users and network settings tabs with admin protections.
List and delete accounts with last-admin and Administrators-group guards, and expose editable network settings via the configuration UI.
2026-07-18 15:18:01 +02:00

32 lines
302 B
Plaintext

# Dependencies
webui/node_modules/
# Build outputs
bin/
webui/dist/
*.exe
*.test
# Coverage / test artifacts
coverage/
coverage.out
*.coverprofile
webui/coverage/
# Environment
.env
.env.*
!.env.example
remotedev.mk
# IDE / OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*