I've got a project I'm deploying in Visual Studio 2015 to Google Compute Engine via Google Cloud Tools for Visual Studio.
It all works pretty well apart from one thing:
I have an uploaded assets folder on the 'live' site. this contains images uploaded via the site online. My local copy in VS doesn't have all these assets but the folder structure is mirrored.
The Problem
When I publish, some of the files in the uploaded assets folder get removed on the live site.
I want the Publish action to ignore this folder as the live server version of it should remain untouched. Can I do this??