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

.gitignore - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9158839d4c20ab9ded24450abda161c464bc2c47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# For projects using nanoc (http://nanoc.ws/)

# 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
content/runner
content/debug
content/doc
content/docs
content/charts

# Temporary file directory
tmp/

# Crash Log
crash.log

.DS_Store
.sass-cache/
.bundle/
.idea/