Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore27
1 files changed, 27 insertions, 0 deletions
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