Skip to content

Commit 2239db1

Browse files
committed
fix: make android actually build
1 parent 0b97f55 commit 2239db1

465 files changed

Lines changed: 20697 additions & 16 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/settings.local.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(git check-ignore:*)"
5+
]
6+
}
7+
}

.gitignore

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@ devAssets
1919
!*.tfbackend.example
2020
crash.log
2121

22+
# Tauri
2223
/build
2324
/target/
2425
/gen/schemas
25-
26-
# Tauri
2726
dist-js
2827

2928
# Gradle / Android build artifacts
@@ -32,6 +31,12 @@ dist-js
3231
**/android/.gradle/
3332
**/.gradle/
3433

34+
# Rust build artifacts
35+
src-tauri/target/
36+
# Tauri Android build outputs
37+
src-tauri/gen/android/app/build/
38+
39+
3540
# Rust build artifacts in subcrates
3641
crates/**/target/
3742

Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
o/bundleLibRuntimeToDirDebug

0 commit comments

Comments
 (0)