Arnoweb
11/11/2024, 8:51 PMGui
11/11/2024, 9:11 PM-x
to exclude files and folders, like:
zip -r ~/app.zip ./* -x "./venv/*"
And using the @, you can use the content of a file:
zip -r ~/app.zip ./* -x@.gitignore
Gui
11/11/2024, 9:19 PMignore
field in the config file.
https://docs.cloud.ploomber.io/en/latest/user-guide/cli.html#ignore-a-file-or-directory