From e8f6a56057b63464ae6b421f6f6ac90377dc1f7d Mon Sep 17 00:00:00 2001 From: syntaxbullet Date: Thu, 18 Dec 2025 15:01:50 +0100 Subject: [PATCH] git: modify gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e7fe744..69f5d10 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,11 @@ db-logs db-data .cursor # dependencies (bun install) + node_modules +src/config + # output out dist