diff options
author | iancoleman <1281387+iancoleman@users.noreply.github.com> | 2019-11-11 09:56:10 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-11 09:56:10 +1100 |
commit | b9b3eaf670bcec0a2431055494987e70addd37ef (patch) | |
tree | fc1eaadcdd1769554a3d45b9751c3776eb454738 /.gitignore | |
parent | 75138beed936c7cd30757ee263f7c7fd5009f5b0 (diff) | |
parent | 7b29420f1aae085d97d3adc13f9c439e3261a3dd (diff) | |
download | BIP39-b9b3eaf670bcec0a2431055494987e70addd37ef.tar.gz BIP39-b9b3eaf670bcec0a2431055494987e70addd37ef.tar.zst BIP39-b9b3eaf670bcec0a2431055494987e70addd37ef.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 | ||