Hi,
I’m currently working on a project with lots of media files. My workflow is this :
- no deployment setup, I’m using git on server to deploy manually
- I’m versioning upload files (I removed the rule to ignore the folder in .gitignore)
- I’m working on the content locally, so all my uploaded files need to be synced one way or another.
Since there’s a rule to ignore the upload folder by default in Bedrock, how do you sync those file ?
Thanks !