Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

refactor: use async / await #52

Merged
merged 12 commits into from
Sep 26, 2019
45 changes: 3 additions & 42 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,43 +1,4 @@
docs
**/node_modules/
**/*.log
test/repo-tests*
**/bundle.js

# Logs
logs
*.log

coverage

# 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
.nyc_output
coverage
docs
30 changes: 0 additions & 30 deletions .npmignore

This file was deleted.

Loading