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

.dockerignore - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b584bf2f4c959974e6102692c32f97a9264f5430 (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
# 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/charts
content/doc
content/docs

# Temporary file directory
tmp/

# Crash Log
crash.log

# dot files
.sass-cache/
.git/
.bundle/
.DS_Store
.dockerignore
.gitlab