From 48411c18dff6ab307f07d38084b38cf12a531713 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Tue, 11 Feb 2025 07:09:48 +0000 Subject: [PATCH] cleanup gitignore --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4290158..2d95b16 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -**/go.sum -**/config.json -dist/* \ No newline at end of file +go.sum +dist/* +**/config.json \ No newline at end of file