77 lines
797 B
Plaintext
77 lines
797 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/
|
|
tests/
|
|
.tests/
|
|
|
|
# Android build artifacts
|
|
*.aar
|
|
*.apk
|
|
*.aab
|
|
android-agent/app/build/
|
|
android-agent/build/
|
|
android-agent/.gradle/
|
|
android-agent/local.properties
|
|
|
|
# Go mobile build output
|
|
nexusguard-agent.aar
|
|
|
|
# OpenCode
|
|
connect_remote.txt
|
|
.update-state
|
|
|
|
# Scripts (contains API tokens)
|
|
scripts/
|
|
|
|
# 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
|