added package-lock.json to gitignore

This commit is contained in:
Abhinav-grd 2021-01-26 11:00:34 +05:30
parent 8be0713a3c
commit 3cbb59f16a

1
.gitignore vendored
View file

@ -4,6 +4,7 @@
/node_modules
/.pnp
.pnp.js
package-lock.json
# testing
/coverage