7cae9dacf0
NexusGuard CI / server-core-test (push) Failing after 3m3s
NexusGuard CI / server-core-build (push) Has been skipped
NexusGuard CI / device-agent-test (push) Failing after 4s
NexusGuard CI / device-agent-cross-build (amd64, linux) (push) Has been skipped
NexusGuard CI / device-agent-cross-build (amd64, windows) (push) Has been skipped
NexusGuard CI / device-agent-cross-build (arm64, linux) (push) Has been skipped
NexusGuard CI / dashboard-test (push) Failing after 5s
NexusGuard CI / dashboard-dist (push) Has been skipped
Consolidate duplicate entries and group plugin config directories under a single comment block for clarity.
59 lines
541 B
Plaintext
59 lines
541 B
Plaintext
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Env
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
nexusguard.conf
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Archives & binaries
|
|
*.tar.gz
|
|
*.zip
|
|
*.b64
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Temp
|
|
tmp/
|
|
temp_*
|
|
*.tmp
|
|
|
|
# Build output
|
|
dist/
|
|
/dist/
|
|
|
|
# OpenCode
|
|
connect_remote.txt
|
|
.update-state
|
|
|
|
# Oh-My-OpenAgent & Sisyphus plugin files
|
|
.omo/
|
|
.sisyphus/
|
|
.sisyphus/notepads/
|
|
.sisyphus/boulder.json
|
|
.sisyphus/drafts/
|
|
.omo/notepads/
|
|
.omo/boulder.json
|
|
.omo/drafts/
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# Go workspace
|
|
go.work
|
|
go.work.sum
|