Skip to content

Commit

Permalink
Update .gitignore and add docker-compose in tmp/
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ng-galien committed Jan 1, 2024
1 parent dcac118 commit 1ca7bda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.idea/
node_modules/
rest/
temp/
*.sh
tmp/
*.sh

0 comments on commit 1ca7bda

Please sign in to comment.