chore: ignore android local config and untrack gradle cache

This commit is contained in:
xiao12feng@outlook.com 2025-12-21 15:43:26 +08:00
parent ffb175ff78
commit 9c938eb708
26 changed files with 11 additions and 2 deletions

11
.gitignore vendored
View File

@ -1,6 +1,17 @@
.node_modules/
**/node_modules/
**/.gradle/
**/local.properties
**/*.iml
**/.cxx/
**/.externalNativeBuild/
**/*.jks
**/*.keystore
**/keystore.properties
**/key.properties
**/google-services.json
# logs
npm-debug.log*
yarn-debug.log*

View File

@ -1,2 +0,0 @@
#Wed Dec 17 17:44:12 CST 2025
gradle.version=8.1