-
Notifications
You must be signed in to change notification settings - Fork 492
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
Flet build --exclude
command option
#3125
Comments
Which directories do you wish to see excluded? Please provide more information. |
Another option would be "automate" exclusion list by parsing |
A semantically clear exclude is better. |
A semantically clear exclude is better, because some files and directories may not necessarily be in .gitignore file. |
--exclude
command option
flet 0.22.1 |
* Fix `flet --version` command for source checkout * Fix message * update `file_picker` to 8.0.3 * Added logo in png * Added `--exclude` option to `flet build` command Close flet-dev#3125 * Flet version bumped to 0.22.1 * Fixed: OAuth expiry of token will hang fastapi server Fix flet-dev#3150 * Update changelog * Make `dependency_overrides` optional Fix flet-dev#3187 * Updated changelog
* Fix `flet --version` command for source checkout * Fix message * update `file_picker` to 8.0.3 * Added logo in png * Added `--exclude` option to `flet build` command Close flet-dev#3125 * Flet version bumped to 0.22.1 * Fixed: OAuth expiry of token will hang fastapi server Fix flet-dev#3150 * Update changelog * Make `dependency_overrides` optional Fix flet-dev#3187 * Updated changelog
It works, you just have to separate differently:
and do not exclude the |
This is useful, adding wildcard support like *.bat, *.sh would be great addition to this. |
flet build does not have the exclude option and cannot exclude some directories or files.
The text was updated successfully, but these errors were encountered: