Compare commits

...
2 Commits
Author SHA1 Message Date
tianhao a9a0be8f21 chore: .gitignore添加.npmrc排除 2026-07-23 20:04:49 +08:00
tianhao 7d268648ae chore: 从git跟踪移除.npmrc,加入.gitignore 2026-07-23 20:04:46 +08:00
2 changed files with 1 additions and 10 deletions
+1
View File
@@ -2,3 +2,4 @@ node_modules/
dist/
coverage/
.DS_Store
.npmrc
-10
View File
@@ -1,10 +0,0 @@
registry=https://registry.npmmirror.com
@metona-team:registry=https://git.metona.cn/api/packages/MetonaTeam/npm/
//git.metona.cn/api/packages/MetonaTeam/npm/:_auth=dGh6eHg6Mjc5MjQ2MDE5MGJkcW4=
//git.metona.cn/api/packages/MetonaTeam/npm/:always-auth=true
# 允许包的 postinstall 脚本(electron 需要下载二进制文件)
ignore-scripts=false
# Electron 二进制下载镜像(国内加速,在终端设置环境变量)
# $env:ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/"