将 scratch/ 加入 .gitignore,避免临时脚本误触发 pre-push lint

Directive: scratch/ 目录用于本地调试,不应提交也不应参与 CI 检查
This commit is contained in:
2569718930@qq.com
2026-05-21 18:02:04 +08:00
parent a39a74de2f
commit fb81e01aae
+3
View File
@@ -1,6 +1,9 @@
# Secrets
.env
# Scratch / temp scripts
scratch/
# Data and Logs
data/*.db
data/*.db-*