Skip to content

Commit 6510afd

Browse files
Add .npmrc to .gitignore to use public npm for @cloudflare packages
1 parent f688dfb commit 6510afd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,7 @@ terraform.tfvars
5757
test/e2e/.dev.vars
5858

5959
# Temporary e2e wrangler configs
60-
.wrangler-e2e-*.jsonc
60+
.wrangler-e2e-*.jsonc
61+
62+
# npm config
63+
.npmrc

0 commit comments

Comments
 (0)