Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Commit

Permalink
Merge branch '1.0.0' into 239-parseTransaction_removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Schwarz committed Aug 9, 2017
2 parents 3eff7a3 + 2ad55a8 commit b41bc1f
Showing 1 changed file with 51 additions and 7 deletions.
58 changes: 51 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,56 @@
# General
.DS_Store
.idea
node_modules
npm-debug.log
*.swp
*.orig

# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# 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 directories
node_modules
jspm_packages

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

# IDE directories
.idea

# Docs
yuidoc
test/.coverage-unit

# Distribution folders
dist-browser
dist-node

# Built test files
browsertest/browsertest.js
browsertest/browsertest.min.js
coveralls
coverage/
dist-node/

0 comments on commit b41bc1f

Please sign in to comment.