fix: ignore package-lock.json file.

This commit is contained in:
Ahmed Bouhuolia
2020-06-02 10:56:35 +02:00
parent dc211bbe7e
commit 4c03c73a9a
3 changed files with 33 additions and 31 deletions

1
client/.gitignore vendored
View File

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