diff options
author | Sheogorath | 2018-01-18 11:21:07 +0100 |
---|---|---|
committer | Sheogorath | 2018-01-18 11:21:07 +0100 |
commit | 15e118925897589eeae20d5d3929efa348f6b4fc (patch) | |
tree | 2e5300b43f370f2ccea3b475abf24a3f4c2bec79 /.gitignore | |
parent | 8375544dea37f385b9851a8cbd1b264911755ae0 (diff) |
Add package-lock.json to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ node_modules +package-lock.json composer.phar composer.lock .env.*.php |