From e18737c043652a9f51d402e68654a5912671afa0 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 23 Oct 2024 22:46:43 +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