From 68912108670b915c50d206ec08dc38f116aaa179 Mon Sep 17 00:00:00 2001 From: Latent Prion Date: Sat, 28 Feb 2026 02:57:17 -0400 Subject: [PATCH] Gitignore: Ignore db/ and build/ subdirs --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e7653f2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Ignore any directory named `db` or `build` anywhere in this repository. +**/db/ +**/build/