From 3a455b56d732655a4501e89b0f2e2a9beb27d36d Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Thu, 10 Jul 2025 17:16:32 -0400 Subject: [PATCH] ignore2 --- .gitignore | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2d62de65..88cd743f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,10 @@ -cmake-build-*/ -.env -*.env +cmake-build*/ +build/ +out/ +./cmake-build*/ +./build/ +./out/ *.sqlite3 *.sqlite +*.env +.env