chore(git): update .gitignore to exclude keys, build outputs, logs

This commit is contained in:
2025-09-05 11:45:02 +08:00
parent 138f2235c1
commit 00f0fcb667
66 changed files with 15366 additions and 851 deletions

13
.gitignore vendored
View File

@@ -13,3 +13,16 @@
.externalNativeBuild
.cxx
local.properties
# Sensitive / build outputs
Game.jks
.keystore
.jks
*.keystore
*.jks
.kotlin/
.idea/
/build/
app/build/
**/.DS_Store
*.log