From 218d3b5d63cb00325ddb79333062e1c9d4770849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cenk=20Alt=C4=B1?= Date: Wed, 10 Dec 2025 22:24:29 -0500 Subject: [PATCH] Only ignore binary in root We're about to move everything into ./internal/boltbrowser to convert the project into importable boltbrowser package. x --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ed2766c..0395e25 100644 --- a/.gitignore +++ b/.gitignore @@ -27,8 +27,8 @@ build # Binaries *.exe -boltbrowser -boltbrowser.* +/boltbrowser +/boltbrowser.* # Test Database test.db