mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-03-15 23:20:51 +00:00
* refactor: examples-browser * chore: add information to use signalling server * chore: apply suggestions from code review Co-Authored-By: Jacob Heun <jacobheun@gmail.com> * chore: update deps * docs: refactor libp2p browser example * docs(examples): add back websockets and boostrap nodes docs(examples): redo the browser readme * fix: handle edge case of connections closing early * chore: fix lint * chore: update example deps and readme * chore: update webrtc-star * chore: apply suggestions from code review Co-Authored-By: Alan Shaw <alan.shaw@protocol.ai> Co-authored-by: Jacob Heun <jacobheun@gmail.com> Co-authored-by: Alan Shaw <alan.shaw@protocol.ai>
47 lines
709 B
Plaintext
47 lines
709 B
Plaintext
docs
|
|
**/node_modules/
|
|
**/*.log
|
|
test/repo-tests*
|
|
**/bundle.js
|
|
.cache
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
coverage
|
|
.nyc_output
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
lib-cov
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
.grunt
|
|
|
|
# node-waf configuration
|
|
.lock-wscript
|
|
|
|
build
|
|
|
|
# Dependency directory
|
|
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
|
|
node_modules
|
|
|
|
lib
|
|
dist
|
|
test/test-data/go-ipfs-repo/LOCK
|
|
test/test-data/go-ipfs-repo/LOG
|
|
test/test-data/go-ipfs-repo/LOG.old
|
|
|
|
# while testing npm5
|
|
package-lock.json
|
|
yarn.lock
|