mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Adding basic npmrc file to avoid code artifact issues
This commit is contained in:
parent
0d00bc18a0
commit
e77e39b4b5
2 changed files with 3 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -5,8 +5,8 @@ node_modules
|
|||
|
||||
.DS_Store
|
||||
|
||||
.npmrc
|
||||
|
||||
# Builds
|
||||
roo-cline-*.vsix
|
||||
|
||||
# Local prompts
|
||||
prompts
|
||||
1
.npmrc
Normal file
1
.npmrc
Normal file
|
|
@ -0,0 +1 @@
|
|||
registry=https://registry.npmjs.org/
|
||||
Loading…
Add table
Reference in a new issue