diff options
author | Kaden Nelson <kadenlnelson@gmail.com> | 2019-01-19 11:19:30 -0700 |
---|---|---|
committer | Liran Tal <liran.tal@gmail.com> | 2019-01-19 20:19:30 +0200 |
commit | c0ead3676aef08984438a940fd4a0b9ba7902754 (patch) | |
tree | a3dc29a9eae4821c444e135b0a3345a45b94ca17 | |
parent | c2e1b6cdc504c9876626e6681ceaa145756dbe25 (diff) |
fix(gitignore): add package-lock.json to .gitignore, fixes #89 (#90)v3.9.1
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,3 +2,4 @@ node_modules/ *.log .idea/ containerId.txt +package-lock.json |