add package-lock.json to gitignore as project appears to use yarn

This commit is contained in:
Kevin Viglucci 2020-01-02 18:28:11 -06:00
parent 3b919f3235
commit 3a252b7b99

1
.gitignore vendored
View file

@ -4,6 +4,7 @@ logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
# Dependency directories
node_modules/