Adding basic npmrc file to avoid code artifact issues

This commit is contained in:
a8trejo
2024-12-10 13:55:42 -08:00
parent 0d00bc18a0
commit e77e39b4b5
2 changed files with 3 additions and 2 deletions

4
.gitignore vendored
View File

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

1
.npmrc Normal file
View File

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