remove and ignore bitcoinjs-min.js

Browserify compiles differently for different machines, and I'm super
uncomfortable not being able to audit minified code easily. So I'm removing and
ignoring this file, it should be compiled manually.
This commit is contained in:
Kyle Drake 2014-02-23 19:10:24 -08:00
parent 932b6bce70
commit 6fe8d6fa93
No known key found for this signature in database
GPG key ID: 8BE721072E1864BE
2 changed files with 1 additions and 4 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
node_modules
bitcoinjs-min.js

4
bitcoinjs-min.js vendored

File diff suppressed because one or more lines are too long