js-libp2p/.gitignore

36 lines
535 B
Plaintext
Raw Normal View History

2015-07-23 14:05:43 -07:00
# Logs
logs
*.log
2016-11-26 03:12:30 +01:00
npm-debug.log*
2015-07-23 14:05:43 -07:00
# 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
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directory
node_modules
2016-03-23 15:30:14 +01:00
2016-11-26 03:12:30 +01:00
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
2016-03-23 15:30:14 +01:00
dist