From b7077810c44b303ed3d4f3945b05745a757bebe8 Mon Sep 17 00:00:00 2001 From: James Bourne Date: Tue, 25 Nov 2025 19:04:49 +0100 Subject: [PATCH] chore: [] ignore npm scripts --- .gitignore | 1 - .npmrc | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c52dbb21ff..41f8bf06bc 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,6 @@ lerna-debug.log .tool-versions .nx examples/**/package-lock.json -examples/**/.npmrc .env .cursorindexingignore .specstory diff --git a/.npmrc b/.npmrc index ed2f78d349..5d73c5bf47 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,3 @@ engine-strict = true -@contentful:registry=https://registry.npmjs.org \ No newline at end of file +@contentful:registry=https://registry.npmjs.org +ignore-scripts=true