chore(git): update .gitignore to exclude keys, build outputs, logs
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user