Merge pull request #682 from SISheogorath/extend/gitignore

Add package-lock.json to .gitignore
This commit is contained in:
Christoph (Sheogorath) Kern 2018-01-18 11:22:45 +01:00 committed by GitHub
commit eb0bda06d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
node_modules
package-lock.json
composer.phar
composer.lock
.env.*.php