forked from tigera/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
51 lines (45 loc) · 961 Bytes
/
.gitignore
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Dependencies
/node_modules
# Production
/build
# Generated files
.docusaurus
.cache-loader
# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
.go-pkg-cache/
builder/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# VS Code / Jetbrains
.vscode/
.idea/
# To be removed when we are ready to start committing transformed source files
/docs/_includes/
/docs/calico/
/docs/calico-enterprise/
/docs/calico-cloud/
/calico/
/calico-enterprise/
/calico-cloud/
/src/data/
/static/img/calico/
/static/img/calico-enterprise/
/static/img/calico-cloud/
/static/css/swagger-ui/swagger-ui-custom.css
/static/json/calico-api-swagger.json
# versions related
# /calico_versioned_docs/
# /calico-cloud_versioned_docs/
# /calico-enterprise_versioned_docs/
calico_versions.json
calico-cloud_versions.json
calico-enterprise_versions.json
/calico_versioned_sidebars/
/calico-cloud_versioned_sidebars/
/calico-enterprise_versioned_sidebars/