brikis98 / docker-osx-dev

A productive development environment with Docker on OS X

Home Page:http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rsync --exclude

bkcummins opened this issue · 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!