From d42383dc37dcb95c63d4ce252b7748246fb7fe28 Mon Sep 17 00:00:00 2001 From: mwiegand Date: Wed, 13 May 2026 14:29:57 +0200 Subject: [PATCH] chore: add dev.db and opencode.json to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7ac5e76..6832513 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ l4d2web.db* # CocoIndex Code (ccc) /.cocoindex_code/ .superpowers/ +*.db +opencode.json