diff --git a/broker/.gitignore b/broker/.gitignore index e29e35a..a16afd6 100644 --- a/broker/.gitignore +++ b/broker/.gitignore @@ -2,4 +2,5 @@ node_modules static ecosystem.config.cjs dist -scripts/start_dev.js \ No newline at end of file +scripts/start_dev.js +package-lock.json \ No newline at end of file diff --git a/shared/.gitignore b/shared/.gitignore index b512c09..25c8fdb 100644 --- a/shared/.gitignore +++ b/shared/.gitignore @@ -1 +1,2 @@ -node_modules \ No newline at end of file +node_modules +package-lock.json \ No newline at end of file