From 57a707a1be712f1339eb4e6697296822abd72a25 Mon Sep 17 00:00:00 2001 From: Adam JOLY Date: Mon, 20 Jan 2025 16:55:58 +0100 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=E2=9C=A8=E3=80=8D=20feat(gitignore):?= =?UTF-8?q?=20added=20compile=5Fcommands=20in=20gitignore?= 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 72c3055..a4a7119 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ webserv *.o obj/ .direnv/ +compile_commands.json