From 95213519a3d22514754c658c4de0347cdaec89cd Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Fri, 9 Jan 2026 15:11:58 +0100 Subject: [PATCH] chore(gitignore): add trace.db and config.json to ignore-list --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7932bf8..909be7f 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,7 @@ out/ # client-specific configuration file # client/config.json +config.json + +# JPA trace database +**/*.trace.db