motionstudio / enrolzsh

We've got a workflow problem. And we're fixing it - here’s Enrol (step 1).
2 stars 1 forks source link

Exclude node_modules and bower_components #2

Closed marcwieland95 closed 7 years ago

marcwieland95 commented 7 years ago

Exclude node_modules and bower_components when not deploying via git (does files are not in VCS)

marcwieland95 commented 7 years ago

Rsync: --exclude={.ccache,build} or --exclude=build/

marcwieland95 commented 7 years ago

This needs to be handled inside the enrol script. The tool only provides the loading of the script and not the functionality itself.