From 3d507587735444a22134a6b49ea66ed7ce386bf1 Mon Sep 17 00:00:00 2001 From: Michael Contento Date: Thu, 27 Apr 2017 07:24:18 +0200 Subject: [PATCH] Add .dockerignore for a smaller docker build context --- .dockerignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..83ba932 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,11 @@ +# Examples +examples/ + +# Git +.git/ + +# PHPStorm +.idea/ + +# OSX +.DS_Store