diff options
author | iancoleman <1281387+iancoleman@users.noreply.github.com> | 2019-11-11 09:54:07 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-11 09:54:07 +1100 |
commit | 909297015eea22c331facbee8c3d1aa84a998bb5 (patch) | |
tree | 9b1bc408daf1657fa8fb7401634b7d46bf729e9a /.gitignore | |
parent | 44e705cd3119fb0bc1ac72747d33e2b032a73282 (diff) | |
parent | c7a092db32f161fe3f205493dafc54bd02627f84 (diff) | |
download | BIP39-909297015eea22c331facbee8c3d1aa84a998bb5.tar.gz BIP39-909297015eea22c331facbee8c3d1aa84a998bb5.tar.zst BIP39-909297015eea22c331facbee8c3d1aa84a998bb5.zip |
Merge branch 'master' into master
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,2 +1,5 @@ | |||
1 | node_modules | 1 | node_modules |
2 | bip39-standalone.html | 2 | bip39-standalone.html |
3 | .idea | ||
4 | .DS_Store | ||
5 | package-lock.json | ||