派生自 STUWMS
.gitignore @@ -1,7 +1,6 @@ " " / **/node_modules/ # 忽略所有 node_modules 目录 package-lock.json # 忽略 npm 的锁文件 yarn.lock # 忽略 Yarn 的锁文件 pnpm-lock.yaml # 忽略 pnpm 的锁文件 /yarn.lock /pnpm-lock.yaml node_modules /package-lock.json