diff options
author | kumavis <aaron@kumavis.me> | 2018-03-09 06:13:12 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2018-03-09 06:13:12 +0800 |
commit | 1712ab3fff95668e789465d5074b73ef77f959ba (patch) | |
tree | 60b8e9e38028fcd73c9a4e86c6c3e1c0ddd0bf7e /.gitignore | |
parent | 98efca0a9798db205ef8068c038a225a79c575cd (diff) | |
download | tangerine-wallet-browser-1712ab3fff95668e789465d5074b73ef77f959ba.tar.gz tangerine-wallet-browser-1712ab3fff95668e789465d5074b73ef77f959ba.tar.zst tangerine-wallet-browser-1712ab3fff95668e789465d5074b73ef77f959ba.zip |
gitignore - add yarn.lock
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 92b3f2875..a04fbdcd8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ npm-debug.log node_modules package-lock.json +yarn.lock app/bower_components test/bower_components @@ -32,4 +33,4 @@ ui/app/css/output/ notes.txt .coveralls.yml -.nyc_output
\ No newline at end of file +.nyc_output |