From 5cc34f24c0f93f569d645a9355c059a7b89d5e65 Mon Sep 17 00:00:00 2001 From: DrSmoothl <1787882683@qq.com> Date: Tue, 3 Mar 2026 01:25:12 +0800 Subject: [PATCH] fix(.gitignore): add dist-electron and .sisyphus to ignored files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 02864245..b4b922ed 100644 --- a/.gitignore +++ b/.gitignore @@ -353,4 +353,5 @@ interested_rates.txt MaiBot.code-workspace *.lock actionlint -.sisyphus/ \ No newline at end of file +.sisyphus/ +dist-electron/ \ No newline at end of file