diff options
author | Dimitrie Hoekstra <dimitrie@gitlab.com> | 2018-06-15 12:32:22 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-06-15 12:32:22 +0000 |
commit | e36436fe9dd381bd8f7634e4a5bdd9b3436fc44b (patch) | |
tree | 9a2b029a871f548286712d5e122143cd4ca821d1 /.gitignore | |
parent | 2634ef3d70922d7621cc378cab4170f38ca2c263 (diff) | |
download | gitlab-ce-e36436fe9dd381bd8f7634e4a5bdd9b3436fc44b.tar.gz |
Update .gitignore with ignoring package-lock.json
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 51b77d5ac9e..21dc67384aa 100644 --- a/.gitignore +++ b/.gitignore @@ -76,3 +76,4 @@ eslint-report.html /.rspec /plugins/* /.gitlab_pages_secret +package-lock.json |