brikis98 / docker-osx-dev

A productive development environment with Docker on OS X
http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/
MIT License
1.43k stars 106 forks source link

rsync --exclude #177

Closed bkcummins closed 8 years ago

bkcummins commented 8 years ago

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 8 years ago

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

bkcummins commented 8 years ago

doh...missed the obvious. thx!