Skip to content

Commit 99093dc

Browse files
committed
chore: gitignore排除Android构建产物
1 parent 723d643 commit 99093dc

17 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ desktop/dist/
6060
# Tauri (Rust桌面应用)
6161
desktop/src-tauri/target/
6262

63+
# Android Demo 构建产物
64+
android-demo/.gradle/
65+
android-demo/app/build/
66+
android-demo/local.properties
67+
6368
# 调试临时文件
6469
diag*.py
6570
diag*.txt
-17 Bytes
Binary file not shown.
-18.5 KB
Binary file not shown.
-22.9 KB
Binary file not shown.

android-demo/.gradle/8.7/dependencies-accessors/gc.properties

Whitespace-only changes.
-963 KB
Binary file not shown.
-17 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.
-42.4 KB
Binary file not shown.
-17 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)