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

4
server/.gitignore vendored
View File

@@ -1,4 +1,6 @@
/node_modules/
/.env
/.env.test
/storage
/storage
package-lock.json
stdout.log