chore: 更新 .gitignore 文件以排除 pm2 日志目录

更新 .gitignore,新增对 pm2 日志目录的忽略规则,以优化项目文件管理。
This commit is contained in:
2026-05-29 14:52:48 +08:00
parent 55bd56116d
commit 2bc1d4748a
3 changed files with 6 additions and 5 deletions

3
.gitignore vendored
View File

@@ -24,6 +24,9 @@
.DS_Store
*.pem
# pm2
/logs
# debug
npm-debug.log*
yarn-debug.log*