-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
.gitignore
56 lines (46 loc) · 1.01 KB
/
.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
52
53
54
55
56
.DS_Store
.bundle/
.metals
.vscode
.idea
.byebug_history
.jekyll-metadata
.jekyll-cache/
.sass-cache/
.vagrant/
_site/
jekyll/.jekyll-cache/
jekyll/environments/
jekyll/_includes/app.html
jekyll/assets/css/*.bundle.css
jekyll/assets/js/*.bundle.js
jekyll/assets/js/*.chunk.js
run-results/
node_modules/
# we need to keep these folders for symlinking
# But don't need the contents as they are moved here built
# time in our pipeline
src-api/docs-platform-api/api/v1/**
src-api/docs-platform-api/api/v2/**
# Vim open files
*.swp
src-api/build/
# jekyll/_algolia_api_key can be used to store an algolia API key for
# indexing the content. Useful for local development.
*_algolia_api_key
# local test
vendor
jekyll/_config_override.yml
markdownlint-results.json
.tool-versions
# former submodule
src-shared/
# output for docs-platform
json/
# output of scripts
scripts/frontmatter_tagging/tmp/*
# output from building API doc
src-api/index.html
src-api/openapi-final.json
src-api/openapi-with-examples.json
src-api/openapi.json