From 93a57a4daa8698c4973bc861eb4f0674e4e05139 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Mon, 25 Aug 2025 14:19:34 -0500 Subject: [PATCH 1/2] Ignore unneccessary files --- .npmignore | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/.npmignore b/.npmignore index 3f909d8c7..c890fc1da 100644 --- a/.npmignore +++ b/.npmignore @@ -54,11 +54,18 @@ elasticsearch* # because we should copy them in the main .d.ts file api/generated.d.ts -# Ignore doc folder +# Ignore docs docs +CODE_OF_CONDUCT.md +CONTRIBUTING.md -# Ignore test folder +# Ignore test-related files +codecov.yml test +.tap +rest-api-spec +yaml-rest-tests +generated-tests # Ignore scripts folder scripts @@ -68,12 +75,14 @@ scripts .buildkite certs .github -CODE_OF_CONDUCT.md -CONTRIBUTING.md +.dockerignore +# ignore unbuilt source src + +# Bun artifact bun.lockb -.tap -rest-api-spec -yaml-rest-tests -generated-tests + +# Elastic org artifacts +renovate.json +catalog-info.yaml From f872e7bad3117e6ea6e98531e11c37e540fbba18 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Mon, 25 Aug 2025 14:20:06 -0500 Subject: [PATCH 2/2] Update NOTICE copyright years --- NOTICE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NOTICE.txt b/NOTICE.txt index 72d057cab..0a7714782 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,2 +1,2 @@ Elasticsearch JavaScript Client -Copyright 2022 Elasticsearch B.V. +Copyright 2022-2025 Elasticsearch B.V.