Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add .dockerignore for faster docker build times
On OSX, the entire directory structure, including artifacts, are copied into the docker machine every docker build. This eliminates copying some large artifacts, git binary data, etc. to save a few seconds each build attempt.
- Loading branch information