I would appreciate the ability to exclude files and folders from deployments. Mina then would just not copy them from the scm directory to the releases directory. I have considering updating my gitignore however there are files I would like tracked by git but don't want on the public facing web. A quick example would be the deploy.rb file and config folder itself. I do not want that file on the web, but I would want it shared between team members.
I would appreciate the ability to exclude files and folders from deployments. Mina then would just not copy them from the scm directory to the releases directory. I have considering updating my gitignore however there are files I would like tracked by git but don't want on the public facing web. A quick example would be the deploy.rb file and config folder itself. I do not want that file on the web, but I would want it shared between team members.