Last active
August 24, 2021 10:31
-
-
Save jasewarner/461263e7c9741724d4c3b71fd82aa06d to your computer and use it in GitHub Desktop.
Shopify Theme Kit config file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
development: | |
password: ${PASSWORD} | |
theme_id: ${ID} | |
store: ${URL} | |
ignore_files: | |
- .git/* | |
- .gitignore | |
- .idea | |
- dev/* | |
- .theme-check.yml | |
- config/settings_data.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment