Skip to content

Commit f903836

Browse files
committed
fix: make android actually build
1 parent a623086 commit f903836

465 files changed

Lines changed: 4231 additions & 7 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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,27 @@ devAssets
1818
*.tfbackend
1919
!*.tfbackend.example
2020
crash.log
21+
22+
# Tauri
23+
/build
24+
/target/
25+
/gen/schemas
26+
dist-js
27+
28+
# Gradle / Android build artifacts
29+
**/android/build/
30+
**/android/.tauri/
31+
**/android/.gradle/
32+
**/.gradle/
33+
34+
# Rust build artifacts
35+
src-tauri/target/
36+
# Tauri Android build outputs
37+
src-tauri/gen/android/app/build/
38+
39+
40+
# Rust build artifacts in subcrates
41+
crates/**/target/
42+
43+
# Worktrees
44+
.worktrees
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
o/bundleLibRuntimeToDirDebug

0 commit comments

Comments
 (0)