Skip to content

Commit ec4e60a

Browse files
authored
Merge pull request #91 from DynamoMTL/feature/add-ignore-files-example
Add commented out ignore_files in config example
2 parents a88337c + a8b69ca commit ec4e60a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

template/config/shopify.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ development:
1919
theme_id:
2020
store:
2121
ignore_files:
22+
#- settings_data.json # Uncomment this line to avoid resetting theme settings
2223

2324
production:
2425
api_key:
2526
password:
2627
theme_id: "live"
2728
store:
2829
ignore_files:
30+
#- settings_data.json # Uncomment this line to avoid resetting theme settings

0 commit comments

Comments
 (0)