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 '.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/