Skip to content

Commit

Permalink
docs(repo): update README.md
Browse files Browse the repository at this point in the history
* docs(repo): update README.md

Fix Wrong Zeebe client method in readme file

* chore(repo): ignore .idea folder in git

To prevent IDE-specific settings from interfering with the project setup,
the .idea folder, which is created by JetBrains IDEs, is now added to
.gitignore. This ensures that developer-specific configurations do not
pollute the project repository.
  • Loading branch information
hassan-alnator authored Apr 19, 2024
1 parent 7a8c696 commit 9be237d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

.idea
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

Expand Down

0 comments on commit 9be237d

Please sign in to comment.