Files
Nexus-Guard-Suite/.gitignore
T
datadunia 5795677fd1
NexusGuard CI / server-core-test (push) Failing after 4s
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(gitignore): exclude test artifacts (*-test)
2026-06-09 21:44:35 +07:00

60 lines
548 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_*
*-test
*.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