Files
Nexus-Guard-Suite/.gitignore
T
datadunia cbacfea7f2
NexusGuard CI / server-core-test (push) Failing after 3m6s
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 4s
NexusGuard CI / dashboard-dist (push) Has been skipped
chore: update submodule refs, clean up plans/evidence, update .gitignore
2026-06-07 23:53:15 +07:00

56 lines
500 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
.sisyphus/notepads/
.sisyphus/boulder.json
connect_remote.txt
.sisyphus/drafts/
.omo/notepads/
.omo/boulder.json
connect_remote.txt
.omo/drafts/
.update-state
# Node
node_modules/
# Go workspace
go.work
go.work.sum