node_modules

包管理器将项目的依赖存储在 node_modules/ 目录中。

包管理器(npmyarnpnpmbun)创建此目录来存储项目的依赖。

¥The package manager (npm or yarn or pnpm or bun) creates this directory to store the dependencies of your project.

应该将此目录添加到你的 .gitignore 文件中,以避免将依赖推送到你的存储库。