From 423caa5ddccf7e2ece70badcee9767fedec84070 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 26 Jun 2023 10:22:27 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8D=20chore(.gitignore):=20add=20prepa?= =?UTF-8?q?re-commit-msg=20to=20avoid=20pushing=20Opencommit=20hook=20The?= =?UTF-8?q?=20prepare-commit-msg=20file=20is=20added=20to=20the=20.gitigno?= =?UTF-8?q?re=20file=20to=20avoid=20pushing=20the=20Opencommit=20hook=20to?= =?UTF-8?q?=20the=20remote=20repository.=20This=20is=20done=20to=20prevent?= =?UTF-8?q?=20the=20hook=20from=20being=20executed=20on=20other=20machines?= =?UTF-8?q?=20and=20to=20avoid=20any=20issues=20that=20may=20arise=20from?= =?UTF-8?q?=20the=20hook=20being=20executed=20on=20different=20machines.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 36af35fa2..ee56c6e1b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +# This is to avoid Opencommit hook from getting pushed +prepare-commit-msg # Logs logs *.log