From bc68e88b05928d849731b4da4abd3287b7d9fcb9 Mon Sep 17 00:00:00 2001 From: Adam JOLY Date: Tue, 21 Jan 2025 13:29:55 +0100 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=94=A8=E3=80=8D=20fix:=20added?= =?UTF-8?q?=20cache=20to=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 a4a7119..2a54193 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ webserv obj/ .direnv/ compile_commands.json +.cache