From dcc322c71db2e88e848ada90805982306d7eb9d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Bouzour=C3=A8ne?= Date: Mon, 6 Jan 2025 16:09:42 +0100 Subject: [PATCH] Update gitignore to discard debug binary --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e352351..5c0e1a0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .env *.exe pop-camarades -*.db \ No newline at end of file +*.db +__debug_bin* \ No newline at end of file