init monorepo
This commit is contained in:
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
# --- 依赖管理 ---
|
||||
node_modules/
|
||||
.pnpm-debug.log*
|
||||
|
||||
.git.old
|
||||
|
||||
# --- 编译产物 ---
|
||||
dist/
|
||||
build/
|
||||
*.tsbuildinfo
|
||||
|
||||
# --- 环境配置文件 (敏感信息,严禁提交) ---
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
! .env.example
|
||||
|
||||
# --- 编辑器 & 系统 ---
|
||||
.vscode/
|
||||
.idea/
|
||||
.DS_Store
|
||||
*.log
|
||||
/temp
|
||||
|
||||
# --- NestJS 特定 ---
|
||||
/apps/server/dist/
|
||||
|
||||
# --- Vue-Pure-Admin 特定 ---
|
||||
/apps/web/dist/
|
||||
/apps/web/stats.html
|
||||
|
||||
Reference in New Issue
Block a user