File tree Expand file tree Collapse file tree 2 files changed +18
-9
lines changed Expand file tree Collapse file tree 2 files changed +18
-9
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,18 @@ elasticsearch*
54
54
# because we should copy them in the main .d.ts file
55
55
api /generated.d.ts
56
56
57
- # Ignore doc folder
57
+ # Ignore docs
58
58
docs
59
+ CODE_OF_CONDUCT.md
60
+ CONTRIBUTING.md
59
61
60
- # Ignore test folder
62
+ # Ignore test-related files
63
+ codecov.yml
61
64
test
65
+ .tap
66
+ rest-api-spec
67
+ yaml-rest-tests
68
+ generated-tests
62
69
63
70
# Ignore scripts folder
64
71
scripts
@@ -68,12 +75,14 @@ scripts
68
75
.buildkite
69
76
certs
70
77
.github
71
- CODE_OF_CONDUCT.md
72
- CONTRIBUTING.md
78
+ .dockerignore
73
79
80
+ # ignore unbuilt source
74
81
src
82
+
83
+ # Bun artifact
75
84
bun.lockb
76
- .tap
77
- rest-api-spec
78
- yaml-rest-tests
79
- generated-tests
85
+
86
+ # Elastic org artifacts
87
+ renovate.json
88
+ catalog-info.yaml
Original file line number Diff line number Diff line change 1
1
Elasticsearch JavaScript Client
2
- Copyright 2022 Elasticsearch B.V.
2
+ Copyright 2022-2025 Elasticsearch B.V.
You can’t perform that action at this time.
0 commit comments