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: df16e7c96379e7c34af74c969284f0bdefdcdd1c (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
27
28
29
30
31
32
33
34
# For projects using nanoc (http://nanoc.ws/)

# Default location for output is output/, but we use public/.
output/
public/

# This is automatically generated by `rake generate_feature_flags`
content/_data/feature_flags.yaml

# Make sure the content directories aren't added to the git repo.
content/ce
content/ee
content/omnibus
content/runner
content/charts
content/debug
content/doc
content/docs
content/charts

# Temporary file directory
tmp/

# All log files
*.log

.DS_Store
.sass-cache/
.bundle/
.idea/
.yarn-cache/
vendor/
node_modules/
coverage/