From 1ca7bdaa0a2f5eac344652db67954c95e0251c3d Mon Sep 17 00:00:00 2001 From: Alexandre Boyer <33391039+ng-galien@users.noreply.github.com> Date: Mon, 1 Jan 2024 06:10:55 +0100 Subject: [PATCH] Update .gitignore and add docker-compose in tmp/ The .gitignore file has been updated, changing 'temp/' to 'tmp/' to match the project directory. Additionally, a new docker-compose.yml file has been added to the tmp/ directory. This file includes two services: Pulsar and NodeRed. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 36aa6d6..405f177 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ .idea/ node_modules/ rest/ -temp/ -*.sh \ No newline at end of file +tmp/ +*.sh