From 567223a0214717d769bb787137db86cec5a0e5a3 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Tue, 16 Sep 2025 21:27:46 +0000 Subject: [PATCH] add config files to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bcb3955..0e06f13 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ go.sum localdb.json -dist/* \ No newline at end of file +dist/* +**/config.json \ No newline at end of file