Files
BridgeSwarm/.gitignore
T
Raven Scott 914bc7e404
CI / Build & Test (push) Successful in 3m5s
Modernize
2026-07-26 21:58:45 -04:00

38 lines
659 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/
# 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
*~