Skip to content

Commit 0aa299c

Browse files
committed
chore: [] ignore npm scripts
1 parent 37315ca commit 0aa299c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ lerna-debug.log
1212
.tool-versions
1313
.nx
1414
examples/**/package-lock.json
15-
examples/**/.npmrc
1615
.env
1716
.cursorindexingignore
1817
.specstory

.npmrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
engine-strict = true
2-
@contentful:registry=https://registry.npmjs.org
2+
@contentful:registry=https://registry.npmjs.org
3+
ignore-scripts=true

0 commit comments

Comments
 (0)