2017-10-26 13:03:40 +01:00
|
|
|
docs
|
2017-09-03 14:39:55 +01:00
|
|
|
**/node_modules/
|
|
|
|
**/*.log
|
|
|
|
test/repo-tests*
|
|
|
|
**/bundle.js
|
2020-01-24 17:43:56 +07:00
|
|
|
.cache
|
2021-04-15 09:40:02 +02:00
|
|
|
.parcel-cache
|
2017-08-24 10:30:17 +01:00
|
|
|
|
2015-07-23 14:05:43 -07:00
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
2017-09-03 14:39:55 +01:00
|
|
|
|
2022-06-17 14:46:31 +01:00
|
|
|
.coverage
|
2019-08-16 17:30:03 +02:00
|
|
|
.nyc_output
|
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
|
|
|
|
|
2017-09-03 14:39:55 +01:00
|
|
|
build
|
2015-07-23 14:05:43 -07:00
|
|
|
|
|
|
|
# Dependency directory
|
2017-09-03 14:39:55 +01:00
|
|
|
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
|
2015-07-23 14:05:43 -07:00
|
|
|
node_modules
|
2016-03-23 15:30:14 +01:00
|
|
|
|
2017-09-03 14:39:55 +01:00
|
|
|
lib
|
2016-03-23 15:30:14 +01:00
|
|
|
dist
|
2017-09-03 14:39:55 +01:00
|
|
|
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
|
2019-02-14 17:07:13 +00:00
|
|
|
yarn.lock
|