From 7a32244a736d4170fb2e4ca172f1897139c1a02a Mon Sep 17 00:00:00 2001 From: Elijah Duffy Date: Mon, 29 Jun 2026 22:26:22 -0700 Subject: [PATCH] chore: extend gitignore for wails build artifacts Ignore Wails task cache, compiled binaries, and platform-specific generated build outputs while keeping committed bindings and build metadata. Co-authored-by: Cursor --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 2a5145b..b0e69f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,11 @@ .DS_Store +.task/ +bin/ frontend/node_modules/ frontend/dist/ +build/linux/appimage/build +build/windows/nsis/MicrosoftEdgeWebview2Setup.exe +build/ios/xcode/overlay.json +build/ios/xcode/gen/ +build/android/overlay.json +build/android/gen/