Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow * and ? to include certain files in application.yaml #39

Closed
malankriel opened this issue Sep 21, 2023 · 1 comment
Closed

Allow * and ? to include certain files in application.yaml #39

malankriel opened this issue Sep 21, 2023 · 1 comment

Comments

@malankriel
Copy link

An alternative for:

programdata:
    - [ ./reporting/_click_option_callbacks.py, ./reporting/_click_option_callbacks.py ]
    - [ ./reporting/_json_stream.py, ./reporting/_json_stream.py ]
    - [ ./reporting/filter_json.py, ./reporting/filter_json.py ]
    - [ ./reporting/sqlite_to_json.py, ./reporting/sqlite_to_json.py ]
@heetbeet
Copy link
Contributor

this is implemented with the data setting (with programdata now as a legacy implementation)

data: 
    include: [<list of glob patterns>]
    exclude: [<list of glob patterns>]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants