Browse Source

Adding basic npmrc file to avoid code artifact issues

a8trejo 1 year ago
parent
commit
e77e39b4b5
2 changed files with 3 additions and 2 deletions
  1. 2 2
      .gitignore
  2. 1 0
      .npmrc

+ 2 - 2
.gitignore

@@ -5,8 +5,8 @@ node_modules
 
 .DS_Store
 
-.npmrc
-
+# Builds
 roo-cline-*.vsix
 
+# Local prompts
 prompts

+ 1 - 0
.npmrc

@@ -0,0 +1 @@
+registry=https://registry.npmjs.org/