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