Skip to content

Commit e78c229

Browse files
committed
Change default cache folder (for correct .gitignore)
1 parent 9f57d29 commit e78c229

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ enable_incremental_version=false
182182
enable_incremental_android_version_code=false
183183

184184
# Local resource cache folder for deployer script. This folder will be added to gitignore if exists
185-
resource_cache_local="./.cache_deployer"
185+
resource_cache_local=".cache_deployer"
186186

187187
# If true, add `-l yes` build param for publish live content
188188
is_live_content=false

settings_deployer.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ enable_incremental_version=false
6060
enable_incremental_android_version_code=false
6161

6262
# Local resource cache folder for deployer script. This folder will be added to gitignore if exists
63-
resource_cache_local="./.deployer_cache"
63+
resource_cache_local=".deployer_cache"
6464

6565
# If true, add `-l yes` build param for publish live content
6666
is_live_content=false

0 commit comments

Comments
 (0)