32 lines
373 B
Plaintext
32 lines
373 B
Plaintext
# 依赖包
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# Next.js 构建输出
|
|
/.next/
|
|
/out
|
|
/build
|
|
|
|
# 环境变量 (最重要:防止泄露)
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# 调试日志
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# 系统与编辑器文件
|
|
.DS_Store
|
|
*.pem
|
|
.vscode/
|
|
.idea/
|
|
|
|
# 类型定义
|
|
*.tsbuildinfo
|