32 lines
487 B
Plaintext
32 lines
487 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# 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
|
|
*~
|