Is this the correct way to exclude a specific JSON file in a folder? #324
Unanswered
Adnandeardigital
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the below sync.yml config. There is are json files in config directory I want to exclude config\settings_schema.json file from sync but want to sync all the other json files.
user/repo:
Do I need to do the following ?
user/repo:
exclude: |
config\settings_schema.json
Beta Was this translation helpful? Give feedback.
All reactions