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:
authorConnor Shea <connor.james.shea@gmail.com>2016-10-09 02:59:21 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-09 02:59:21 +0300
commitaf38227e93f4b47d575400898736638445ec0499 (patch)
tree790b46e2294c1a63f8d2fd3cb17056390267db63 /.gitignore
parent51acc5c4d904f327f267ba8648e151a11566ba70 (diff)
Ignore content subdirectories with .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 4a0a6ad9..1be9d152 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,14 @@
# For projects using nanoc (http://nanoc.ws/)
-# Default location for output, needs to match output_dir's value found in config.yaml
+# Default location for output is output/, but we use public/.
output/
public/
+# Make sure the content directories aren't added to the git repo.
+content/ce/*
+content/ee/*
+content/omnibus/*
+
# Temporary file directory
tmp/