From 0417d167a0a5b586620c0dd272af5f016c5cea61 Mon Sep 17 00:00:00 2001 From: Jared Miller Date: Wed, 28 Jan 2026 12:28:40 -0500 Subject: [PATCH] Add gitignore for node_modules and SQLite files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index a14702c..f898bb0 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,11 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json .cache *.tsbuildinfo +# SQLite databases +*.db +*.db-shm +*.db-wal + # IntelliJ based IDEs .idea