From f8501806242e4425b531e97e67f842ebb351a8f6 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Fri, 8 Sep 2017 17:04:03 +0200 Subject: Add Dockerfiles that will help build a versioned website --- .dockerignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .dockerignore (limited to '.dockerignore') diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 00000000..e36c1791 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,27 @@ +# For projects using nanoc (https://nanoc.ws/) + +# Default location for output is output/, but we use public/ +output/ +public/ + +# Make sure the content directories aren't added +content/ce +content/ee +content/omnibus +content/runner +content/doc +content/docs + +# Temporary file directory +tmp/ + +# Crash Log +crash.log + +# dot files +.sass-cache/ +.git/ +.bundle/ +.DS_Store +.dockerignore +.gitlab -- cgit v1.2.3