From 0041d508e8cc863fbbc07f19727aa71cd3cad3b0 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Mon, 6 Oct 2014 13:37:51 -0600 Subject: [PATCH] Add initial .dockerignore file This avoids adding ".git" to the Docker image, which speeds up the initial "uploading context" phase and helps slim the image a small amount (since ".git" of Hy itself isn't necessary for using Hy). --- .dockerignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..6b8710a --- /dev/null +++ b/.dockerignore @@ -0,0 +1 @@ +.git