brikis98/docker-osx-dev

rsync --exclude

bkcummins opened this issue · 2 comments

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?

Options for excluding individual files and using an exclude file (.dockerignore, by default) already exist. Run docker-osx-dev --help.

doh...missed the obvious. thx!