Refactor(.gitignore): Ignore key store

This commit is contained in:
2024-10-12 15:59:37 +08:00
parent f7dd806885
commit e188d743f0

4
.gitignore vendored
View File

@@ -17,6 +17,10 @@ build/
# Local configuration file (sdk path, etc)
local.properties
# Key Store
keystore.properties
*.jks
# Eclipse project files
.classpath
.project