mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-03-16 01:31:00 +00:00
16 lines
275 B
Plaintext
16 lines
275 B
Plaintext
**/node_modules/
|
|
**/*.log
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
.nyc_output
|
|
|
|
build
|
|
dist
|
|
docs
|
|
|
|
# Dependency directory
|
|
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
|
|
node_modules
|
|
# Lock files
|
|
package-lock.json
|
|
yarn.lock |