From 29c77d4d387e71c5d245fae97aefa6b20816a2a9 Mon Sep 17 00:00:00 2001 From: antonio Date: Sun, 2 Jun 2024 16:20:17 +0200 Subject: [PATCH] gitignore --- broker/.gitignore | 3 ++- shared/.gitignore | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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