Skip to content

Commit b83bd14

Browse files
doublegateclaude
andcommitted
chore(config): add Tauri generated files to .gitignore
Add **/src-tauri/gen/ pattern to ignore Tauri-generated files (icons, capabilities, schemas) that should not be committed. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7e62b0c commit b83bd14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ clients/*/src-tauri/target/
6868
clients/wraith-ios/wraith-swift-ffi/target/
6969
clients/wraith-android/app/src/main/rust/target/
7070

71+
# Tauri generated files
72+
**/src-tauri/gen/
73+
7174
# Node.js
7275
**/node_modules/
7376
npm-debug.log*

0 commit comments

Comments
 (0)