Просмотр исходного кода

Adding basic npmrc file to avoid code artifact issues

a8trejo 1 год назад
Родитель
Сommit
e77e39b4b5
2 измененных файлов с 3 добавлено и 2 удалено
  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/