chore: 添加Todo文件到gitignore,忽略所有todo相关文档文件

This commit is contained in:
ZacharyZcR 2025-08-10 04:09:28 +08:00
parent fbe846068a
commit c72cd25e63

5
.gitignore vendored
View File

@ -62,3 +62,8 @@ __debug_bin*
# Local development tools / 本地开发工具 # Local development tools / 本地开发工具
.air.toml .air.toml
air_tmp/ air_tmp/
# Todo files / Todo文件
Todo列表.md
*todo*.md
*TODO*.md