From ab2beaffa47b98272dc67124aa90430e6c9fccdc Mon Sep 17 00:00:00 2001 From: Wind-Explorer Date: Fri, 19 Dec 2025 22:49:15 +0800 Subject: [PATCH] prevent wrong binding generation location --- src-tauri/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src-tauri/.gitignore b/src-tauri/.gitignore index b21bd68..04e5d2d 100644 --- a/src-tauri/.gitignore +++ b/src-tauri/.gitignore @@ -5,3 +5,6 @@ # Generated by Tauri # will have schema files for capabilities auto-completion /gen/schemas + +# Wrong place to generate bindings please refer to project README.md +/types/bindings