rsync --exclude
bkcummins opened this issue · 2 comments
bkcummins commented
we don't have a need to copy build tools such as node_modules and bower_components into the container. has anyone thought about populating the rsync --exclude option with contents of something like .docker-osx-dev-ignore?
brikis98 commented
Options for excluding individual files and using an exclude file (.dockerignore
, by default) already exist. Run docker-osx-dev --help
.
bkcummins commented
doh...missed the obvious. thx!