chore: 添加 .gitignore 文件

This commit is contained in:
2026-08-20 16:40:08 +08:00
parent bb33f3b5ae
commit eda03d241d
3 changed files with 18 additions and 0 deletions

17
android-app/.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
/app/src/androidTest/java/com/uiui/os/
/app/src/test/java/com/uiui/os/
/.idea/

1
android-app/app/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/build

BIN
secure-device-demo.zip Normal file

Binary file not shown.