chenhaozhe
2025-07-03 38bcb770e07ec5c91c647809ee013f204d1e6b3a
.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