| Index: .gitignore |
| diff --git a/.gitignore b/.gitignore |
| index 4090c27fcf0de9c3721a8aa7f68fc5447ba61d52..7bd59148c270b9bf44719abee7d6ee7b44722970 100644 |
| --- a/.gitignore |
| +++ b/.gitignore |
| @@ -1,3 +1,4 @@ |
| *.pyc |
| *.pyo |
| /.tox |
| +/package-lock.json |
|
tlucas
2017/10/12 12:01:59
I don't think this should be necessary - after all
tlucas
2017/10/12 12:28:13
I just noticed your explanation in the ticket, i.e
kzar
2017/10/12 13:20:12
Yea good point, I think I agree. Done.
|