Family-Tree/.gitignore
jdysya 4446e5aeaa feat(gateway): 添加日志记录功能
- 在项目根目录下创建 log 文件夹
- 实现按天生成日志文件的功能
- 配置日志同时输出到控制台和文件
- 更新 .gitignore 文件,忽略 log 目录
2025-02-15 19:35:32 +08:00

8 lines
124 B
Plaintext

node_modules/
doc/src/.vuepress/.cache/
doc/src/.vuepress/.temp/
doc/src/.vuepress/dist/
gateway/static/
.DS_Store
*.db
log/