From d2b59c2344a2dd4af44e4e5a5aab70fba0f24d01 Mon Sep 17 00:00:00 2001 From: yosyo Date: Wed, 22 May 2024 15:39:43 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=E2=9C=A8=E3=80=8D=20feat(.gitignore):?= =?UTF-8?q?=20we=20need=20to=20stop=20pushing=20our=20main=20D:?= 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 7f7880e..3eb33e5 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ compile_commands.json .cache libft/**/*.o libft/**/*.a +src/main.c