🔧 修复: 修复文档死链,改为 pnpm 进行文档管理
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@@ -277,17 +277,11 @@ vulnerability_report.*
|
||||
# npm
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
lerna-debug.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
# Yarn v2+
|
||||
.yarn/cache
|
||||
.yarn/unplugged
|
||||
.yarn/build-state.yml
|
||||
.yarn/install-state.gz
|
||||
.pnp.*
|
||||
# pnpm
|
||||
.pnpm-store/
|
||||
|
||||
# Runtime data
|
||||
pids
|
||||
@@ -341,8 +335,8 @@ jspm_packages/
|
||||
# Output of 'npm pack'
|
||||
*.tgz
|
||||
|
||||
# Yarn Integrity file
|
||||
.yarn-integrity
|
||||
# package-lock files
|
||||
package-lock.json
|
||||
|
||||
# parcel-bundler cache
|
||||
.cache
|
||||
|
||||
Reference in New Issue
Block a user