My app has a directory which is dynamic (app creates it and adds some content there).
Whenever I swap a deployment, the dynamic folder is wiped out (because the other deployment does not contain that directory).
Is there a way to prevent this? Maybe a way to exclude a particular directory?
Thanks