Skip to content

Commit 8004474

Browse files
authored
Update NOTICE (#2992)
1 parent 1d5f662 commit 8004474

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

.npmignore

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,18 @@ elasticsearch*
5454
# because we should copy them in the main .d.ts file
5555
api/generated.d.ts
5656

57-
# Ignore doc folder
57+
# Ignore docs
5858
docs
59+
CODE_OF_CONDUCT.md
60+
CONTRIBUTING.md
5961

60-
# Ignore test folder
62+
# Ignore test-related files
63+
codecov.yml
6164
test
65+
.tap
66+
rest-api-spec
67+
yaml-rest-tests
68+
generated-tests
6269

6370
# Ignore scripts folder
6471
scripts
@@ -68,12 +75,14 @@ scripts
6875
.buildkite
6976
certs
7077
.github
71-
CODE_OF_CONDUCT.md
72-
CONTRIBUTING.md
78+
.dockerignore
7379

80+
# ignore unbuilt source
7481
src
82+
83+
# Bun artifact
7584
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

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Elasticsearch JavaScript Client
2-
Copyright 2022 Elasticsearch B.V.
2+
Copyright 2022-2025 Elasticsearch B.V.

0 commit comments

Comments
 (0)