chore: gitignore 添加 .task/ 目录

This commit is contained in:
2026-03-01 05:20:53 +08:00
parent 11fa2152c2
commit 0ae2533421

3
.gitignore vendored
View File

@@ -1,6 +1,9 @@
# Binary # Binary
voicepaste voicepaste
dist/ dist/
# Task runner
.task/
# Config (contains secrets) # Config (contains secrets)
config.yaml config.yaml