library-picturebook-activity/backend/.gitignore
zhangxiaohua 00491c7ac4 修复backend的gitignore规则并添加日志模块
- 修复.gitignore中logs规则匹配范围过大的问题
- 添加后端日志管理模块源代码

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 16:58:50 +08:00

48 lines
530 B
Plaintext

# compiled output
/dist
/node_modules
# Logs
/logs
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# OS
.DS_Store
# Tests
/coverage
/.nyc_output
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# Environment
.env
.env.local
.env.*.local
.env.development
.env.production
.env.test
.env.staging
# 保留示例文件
!.env*.example