forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
197 lines (173 loc) · 5.4 KB
/
.gitignore
File metadata and controls
197 lines (173 loc) · 5.4 KB
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
.aws-config.json
.signing-config.json
.ackrc
/.es
/.chromium
.DS_Store
.node_binaries
/.beats
.native_modules
node_modules
!/src/dev/npm/integration_tests/__fixtures__/fixture1/node_modules
!/src/dev/notice/__fixtures__/node_modules
!/src/platform/packages/private/kbn-import-resolver/src/__fixtures__/node_modules
!/src/platform/packages/private/kbn-import-resolver/src/__fixtures__/packages/box/node_modules
trash
/optimize
/built_assets
target
/build
.jruby
.idea
.claude/*.local.json
.claude/worktrees/
.cursor
!x-pack/solutions/security/.cursor
!x-pack/solutions/security/test/security_solution_cypress/.cursor/
.windsurf
*.iml
*.log
types.eslint.config.js
types.eslint.config.cjs
__tmp__
# Ignore example plugin builds
/examples/*/build
/x-pack/examples/*/build
# Ignore certain functional test runner artifacts
/src/platform/test/*/failure_debug
/src/platform/test/*/screenshots/diff
/src/platform/test/*/screenshots/failure
/src/platform/test/*/screenshots/session
/src/platform/test/*/screenshots/visual_regression_gallery.html
# Ignore the same artifacts in x-pack/platform and and x-pack/solutions/*/test
/x-pack/**/test/*/failure_debug
/x-pack/**/test/*/screenshots/diff
/x-pack/**/test/*/screenshots/failure
/x-pack/**/test/*/screenshots/session
/x-pack/**/test/*/screenshots/visual_regression_gallery.html
/x-pack/**/test/functional/apps/*/*/reporting/reports/failure
# Ignore the same artifacts in x-pack/platform/test/serverless and x-pack/solutions/*/test/serverless
/x-pack/**/test/serverless/*/failure_debug
/x-pack/**/test/serverless/*/screenshots/diff
/x-pack/**/test/serverless/*/screenshots/failure
/x-pack/**/test/serverless/*/screenshots/session
/x-pack/**/test/serverless/*/screenshots/visual_regression_gallery.html
/x-pack/**/test/serverless/functional/test_suites/*/*/reporting/reports/failure
/html_docs
.eslintcache
/plugins/
/data
disabledPlugins
webpackstats.json
/config/*
!/config/kibana.yml
!/config/README.md
!/config/serverless.yml
!/config/serverless.es.yml
!/config/serverless.workplaceai.yml
!/config/serverless.vectordb.yml
!/config/serverless.oblt.yml
!/config/serverless.oblt.complete.yml
!/config/serverless.oblt.logs_essentials.yml
!/config/serverless.security.yml
!/config/serverless.security.essentials.yml
!/config/serverless.security.complete.yml
!/config/serverless.security.search_ai_lake.yml
!/config/node.options
coverage
!/src/platform/test/common/fixtures/plugins/coverage
selenium
.babel_register_cache.json
.webpack.babelcache
.swc
*.swp
*.swo
*.swn
*.out
package-lock.json
!/.buildkite/package-lock.json
.yo-rc.json
.vscode
*.sublime-*
npm-debug.log*
.tern-project
.nyc_output
.gradle
.vagrant
.envrc
# @kbn/evals vault config (local-only; never commit real secrets)
/x-pack/platform/packages/shared/kbn-evals/scripts/vault/config.json
## Snyk
.dccache
## @cypress/snapshot from apm plugin
/snapshots.js
/apm-diagnostics*.json
/x-pack/solutions/observability/plugins/apm/ftr_e2e/cypress/e2e/service_map/snapshots/*.actual.png
/x-pack/solutions/observability/plugins/apm/ftr_e2e/cypress/e2e/service_map/snapshots/*.diff.png
# transpiled cypress config
x-pack/platform/plugins/shared/fleet/cypress.config.d.ts
x-pack/platform/plugins/shared/fleet/cypress.config.js
x-pack/platform/plugins/shared/fleet/cypress.config.space_awareness.d.ts
x-pack/platform/plugins/shared/fleet/cypress.config.space_awareness.js
x-pack/platform/plugins/shared/fleet/cypress_ci.config.d.ts
x-pack/platform/plugins/shared/fleet/cypress_ci.config.js
x-pack/platform/plugins/shared/fleet/cypress_ci.config.space_awareness.d.ts
x-pack/platform/plugins/shared/fleet/cypress_ci.config.space_awareness.js
x-pack/platform/plugins/shared/osquery/cypress.config.d.ts
x-pack/platform/plugins/shared/osquery/cypress.config.js
x-pack/solutions/search/plugins/enterprise_search/cypress.config.d.ts
x-pack/solutions/search/plugins/enterprise_search/cypress.config.js
x-pack/solutions/security/plugins/security_solution/public/management/cypress.config.d.ts
x-pack/solutions/security/plugins/security_solution/public/management/cypress.config.js
x-pack/solutions/security/plugins/security_solution/public/management/cypress_endpoint.config.d.ts
x-pack/solutions/security/plugins/security_solution/public/management/cypress_endpoint.config.js
# release notes script output
report.csv
report.asciidoc
# TS incremental build cache
*.tsbuildinfo
# Automatically generated and user-modifiable
/tsconfig.refs.json
*.type_check.json
# Yarn local mirror content
.yarn-local-mirror
# Bazel | TODO: Remove later
.ijwb
/bazel
/bazel-*
.bazelrc.user
.bazelrc.cache
elastic-agent-*
fleet-server-*
elastic-agent.yml
fleet-server.yml
src/platform/packages/**/package-map.json
/packages/**/config-paths.json
/packages/kbn-synthetic-package-map/
**/.synthetics/
**/.journeys/
**/.rca/
x-pack/platform/test/security_api_integration/plugins/audit_log/audit.log
x-pack/test
# ignore FTR temp directory
.ftr
role_users.json
# ignore Scout temp directory
.scout
# Playwright
**/test-results/.last-run.json
.devcontainer/.env
# Ignore temporary files in oas_docs
oas_docs/output/kibana.serverless.tmp*.yaml
oas_docs/output/kibana.tmp*.yaml
oas_docs/output/kibana.new.yaml
oas_docs/output/kibana.serverless.new.yaml
oas_docs/bundle.json
oas_docs/bundle.serverless.json
.codeql
.dependency-graph-log.json
# Ignore the one-console translations build output folder
src/platform/plugins/shared/console/packaging/react/translations
.moon/cache
# Batched commits marker, e.g.: from quick checks
.collect_commits_marker