🔍 chore(.gitignore): add prepare-commit-msg to avoid pushing Opencommit hook

The prepare-commit-msg file is added to the .gitignore file to avoid pushing the Opencommit hook to the remote repository. This is done to prevent the hook from being executed on other machines and to avoid any issues that may arise from the hook being executed on different machines.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-06-26 10:22:27 -03:00
commit 423caa5ddc

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
# This is to avoid Opencommit hook from getting pushed
prepare-commit-msg
# Logs
logs
*.log