Add .dockerignore that excludes submodule sources

pull/271/head
Anuraag Agrawal 3 years ago
parent de8a07d686
commit d6e293eb61

@ -0,0 +1,3 @@
# Our docker builds do not require the submodule sources so exclude them as
# they can be very big.
/src
Loading…
Cancel
Save