summitech / gitexplorer

Find the right git commands without digging through the web.
MIT License
1.84k stars 160 forks source link

Add .dockerignore #65

Closed jaworek closed 4 years ago

jaworek commented 4 years ago

node_modules, build and coverage folders that might be generated in project are not needed when building docker image, as they are created during docker build. By ignoring them it is possible to speedup build and reduce size of the final image.

ade-fatimah commented 4 years ago

Thanks so much for your PR. It's highly appreciated. Sincere apologies for the late merge