Update .gitignore
This commit is contained in:
parent
b0782ecc62
commit
97b09ec1e5
2 changed files with 5 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -537,4 +537,7 @@ MigrationBackup/
|
|||
Assets/Plugins/Editor*
|
||||
[Aa]ssets/Plugins/Editor/JetBrains/*
|
||||
|
||||
# Don't store keystores on Github
|
||||
*.keystore
|
||||
|
||||
# End of https://www.gitignore.io/api/unity,rider,jetbrains,visualstudio,visualstudiocode
|
|
@ -245,8 +245,8 @@ PlayerSettings:
|
|||
AndroidTargetArchitectures: 5
|
||||
AndroidSplashScreenScale: 0
|
||||
androidSplashScreen: {fileID: 0}
|
||||
AndroidKeystoreName:
|
||||
AndroidKeyaliasName:
|
||||
AndroidKeystoreName: X:/Unity/projekt-bombs/user.keystore
|
||||
AndroidKeyaliasName: release
|
||||
AndroidBuildApkPerCpuArchitecture: 0
|
||||
AndroidTVCompatibility: 1
|
||||
AndroidIsGame: 1
|
||||
|
|
Loading…
Reference in a new issue