From e2aa65b4168e61f28d546f274b9516bbcc07c4aa Mon Sep 17 00:00:00 2001 From: z1glr Date: Wed, 8 Jan 2025 00:47:03 +0000 Subject: [PATCH] added debug binary ignore to .gitignore --- backend/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/.gitignore b/backend/.gitignore index 15d72b0..efedbaa 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -1,2 +1,3 @@ config.yaml -logs \ No newline at end of file +logs +__debug_bin* \ No newline at end of file