From 785568928930e9796ca0e024f192bf09f05d76a8 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Sat, 8 Jun 2024 16:46:53 -0400 Subject: [PATCH] Bug Fix: Allowing clients to have different ServePorts per client and storages per client --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c1c80ec..13abed9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ node_modules package-lock.json shared-storage +storage_* storage -chatBot/.env \ No newline at end of file +chatBot/.env