From 5a6d75a38c60ceae5d726ccd2d19d8b7b06f7cc7 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Mon, 26 Jun 2023 10:23:00 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20chore(.gitignore):=20remove=20.g?= =?UTF-8?q?ithooks/prepare-commit-msg=20from=20git=20tracking=20to=20avoid?= =?UTF-8?q?=20committing=20hooks=20accidentally?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 36af35fa2..c1decc34c 100644 --- a/.gitignore +++ b/.gitignore @@ -242,3 +242,4 @@ dmypy.json # Poetry .testenv/* langflow.db +.githooks/prepare-commit-msg