-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
.gitignore
103 lines (91 loc) · 2.07 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# Dependencies
/node_modules
# Production
/build
# Generated files
.docusaurus
.cache-loader
.cache
/layouts
/public
/resources
/themes
/tmp
# Ignore generated content for modules, components, and GitHub Actions
/docs/components/library/*
/docs/modules/library/*
/docs/github-actions/library/*
# Except for these specific files.
# These are the index files for the components, modules, and GitHub Actions.
!/docs/components/library/aws/aws.mdx
!/docs/modules/library/artifactory/artifactory.mdx
!/docs/modules/library/cloudflare/cloudflare.mdx
!/docs/modules/library/example/example.mdx
!/docs/modules/library/github/github.mdx
!/docs/modules/library/null/null.mdx
!/docs/modules/library/provider/provider.mdx
!/docs/modules/library/terraform/terraform.mdx
!/docs/modules/library/yaml/yaml.mdx
!/docs/modules/library/aws/aws.mdx
!/docs/modules/library/datadog/datadog.mdx
!/docs/modules/library/external/external.mdx
!/docs/modules/library/kubernetes/kubernetes.mdx
!/docs/modules/library/module/module.mdx
!/docs/modules/library/opsgenie/opsgenie.mdx
!/docs/modules/library/spacelift/spacelift.mdx
!/docs/modules/library/tls/tls.mdx
/static/css
/static/js
/static/styleguide
/static/webfonts
# Misc
.env
.envrc
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.DS_Store
**/.terraform/*
*.tfstate
*.tfstate.*
**/planfile
**/*.planfile
**/*.kubeconfig
**/terraform.tfvars.json
**/*.terraform.tfvars.json
**/*.helmfile.vars.yaml
**/.terraform.lock.hcl
.terraform
**/.idea
**/*.iml
**/.build-harness
**/build-harness
**/build
**/dist
**/.helmfile/
/variant
*.tar
*.gz
/bin
test
test.toml
test.yaml
.htmltest.*.yaml
tmp/*
*.swp
algolia.index.json
**/__pycache__/
content/components/library/aws/**
content/modules/library/**
content/github-actions/library/actions/**
content/reference-architecture/**
!content/reference-architecture/index.md
!content/reference-architecture/refarch.json
!content/reference-architecture/sitemap.xml
!content/components/library/aws/_category_.json
!content/github-actions/library/actions/_category_.json
changelog/*