From 0f89f5f2d67b93b12aed814b13a4ee9e49c811e3 Mon Sep 17 00:00:00 2001 From: db123-ai Date: Wed, 10 Jun 2026 00:49:53 +0330 Subject: [PATCH] fix: restrict gitignore patterns to avoid ignoring cmd/divad directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3098b94..c9c598b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Binaries -divad +/divad +/build/ *.exe *.test