From e77e39b4b5cf65626dcc0a8541aa9812162a5f1f Mon Sep 17 00:00:00 2001 From: a8trejo Date: Tue, 10 Dec 2024 13:55:42 -0800 Subject: [PATCH] Adding basic npmrc file to avoid code artifact issues --- .gitignore | 4 ++-- .npmrc | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .npmrc diff --git a/.gitignore b/.gitignore index 288eb8e..72a772d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,8 +5,8 @@ node_modules .DS_Store -.npmrc - +# Builds roo-cline-*.vsix +# Local prompts prompts \ No newline at end of file diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..5660f81 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +registry=https://registry.npmjs.org/ \ No newline at end of file