From df161d785a5182a6c5e18cfc5e7e505a15c8000c Mon Sep 17 00:00:00 2001 From: 1600822305 <1600822305@qq.com> Date: Mon, 28 Apr 2025 14:39:01 +0800 Subject: [PATCH] Add electron.exe to .gitignore after history cleanup --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index de77cf0608..6c228c13fb 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,6 @@ local .aider* .cursorrules .cursor/rules + +# Ignore Electron build output executable +release/*/win-unpacked/electron.exe \ No newline at end of file