When it comes to deployments, what strategies are ...
# ask-community
j
When it comes to deployments, what strategies are people using to ensure only required files are loaded? I've got a directory full of flows that I want to deploy a single flow from but it would be nice if I wasn't copying the entire directory just for a single flow
j
there's a .prefectignore file that you can use
you can use a star * to ignore everything by default
j
So would that involve uploading the flow file separately?