chore: 在.gitignore中添加test/和tests/目录

忽略测试相关目录以避免将其提交到版本控制
This commit is contained in:
cnphpbb
2025-05-29 14:36:30 +08:00
parent 1ae6660fa0
commit b0271d0330

2
.gitignore vendored
View File

@@ -12,6 +12,8 @@ docker-compose.override.yml
# 系统文件
.DS_Store
Thumbs.db
test/
tests/
# 日志文件
*.log