From 43d38bd00fbc4c5a51293acf206bb2270645583d Mon Sep 17 00:00:00 2001 From: Abdel Fane Date: Thu, 14 May 2026 18:36:44 -0600 Subject: [PATCH] chore: ignore sdk/*/.cryptoserve.json init artifact Running `cryptoserve init` inside an SDK source tree (during dev or release-smoke) writes a `.cryptoserve.json` stub. End users are expected to commit `.cryptoserve.json` in their own projects, so the ignore is scoped to `sdk/*/` rather than the file name globally. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 624b253..4c6549b 100644 --- a/.gitignore +++ b/.gitignore @@ -69,6 +69,7 @@ credentials.json .secrets/ secrets/ .cryptoserve/ +sdk/*/.cryptoserve.json !.env.example # Internal docs