Skip to content

Commit

Permalink
gitignore/npmignore: ignore package-lock for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Aug 6, 2017
1 parent cc1462f commit d8aea55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules/
docs/reference/
docker_data/
browser/bcoin*
package-lock.json
npm-debug.log
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ docker_data/
test/
node_modules/
browser/bcoin*
package-lock.json
npm-debug.log

0 comments on commit d8aea55

Please sign in to comment.