From 38db102aafb2b782d2537816bcda8c26d0293789 Mon Sep 17 00:00:00 2001 From: achmad Date: Wed, 6 May 2026 14:54:43 +0700 Subject: [PATCH] chore: ignore wails auto-generated JS bindings --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e5b0a4c..a0dc852 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,9 @@ build/ desktop/build/bin/ desktop/frontend/dist/ +# Wails auto-generated JS bindings (regenerated by `wails generate module`) +frontend-react/src/wailsjs/ + # Android *.iml .gradle/