Files
BridgeSwarm/.gitignore
T
Raven Scott 83af298eb5
CI / Build & Test (push) Successful in 8m7s
Updates and add examples host
2026-07-26 23:50:17 -04:00

42 lines
772 B
Plaintext

# Dependencies
node_modules/
# Release artifacts (built by CI / npm run build:dist:package)
releases/
# Mirrored HRPC/hyperschema output for bare-pack (generated by npm run build:hrpc)
native-host/spec/
# Synced copies of examples/ (source of truth is repo-root examples/)
extension/examples/
native-host/examples/
# Native host: generated launchers (paths are machine-specific)
native-host/bridge-swarm-host
native-host/bridge-swarm-host.bat
native-host/hyperswarm-host
native-host/hyperswarm-host.bat
# Native host: runtime storage (Corestore, Hyperbee, Hyperdb, etc.)
native-host/bridge-swarm-storage/
# OS
.DS_Store
Thumbs.db
# Logs and debug
*.log
npm-debug.log*
.npm
# Environment / secrets
.env
.env.local
.env.*.local
# Editor / IDE
.idea/
*.swp
*.swo
*~