From 70c3a940d353e58a55faec404710b8e227f59e45 Mon Sep 17 00:00:00 2001 From: Tynan Ford Date: Fri, 8 Aug 2025 10:19:17 -0700 Subject: [PATCH] Add db to client gitignore and standardize a bit --- client/.gitignore | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/client/.gitignore b/client/.gitignore index 296e6e0d..e40a2389 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -1,16 +1,13 @@ -O.* -bin -lib +O.*/ +bin/ +lib/ +include/ envPaths -dropin.cache -*.pyc -*.pyo -*.log -*.pid configure/*.local -dbd +dbd/ +db/ .iocsh_history