swift-docker
swift-docker copied to clipboard
Create a .dockerignore file with sensible defaults
You usually don't want your .git & .build folder to be copied from your local machine into the docker image.
We can probably reasonably copy your .gitignore file into your .dockerignore file