first day of vibe coding
This commit is contained in:
+31
@@ -0,0 +1,31 @@
|
||||
# 依赖包
|
||||
/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
|
||||
Reference in New Issue
Block a user