I have various storage containers created in './client/storage'
in my project.
When I deploy my project these containers are duplicated on the server in '/var/lib/strong-pm/svc/1/work/current/client/storage/'
. If I do some uploads the files are saved on the server but when I deploy a new version the files are removed.
Should I be using '.git_ignore'
in some way to prevent this behaviour?