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