将 scratch/ 加入 .gitignore,避免临时脚本误触发 pre-push lint
Directive: scratch/ 目录用于本地调试,不应提交也不应参与 CI 检查
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
# Secrets
|
# Secrets
|
||||||
.env
|
.env
|
||||||
|
|
||||||
|
# Scratch / temp scripts
|
||||||
|
scratch/
|
||||||
|
|
||||||
# Data and Logs
|
# Data and Logs
|
||||||
data/*.db
|
data/*.db
|
||||||
data/*.db-*
|
data/*.db-*
|
||||||
|
|||||||
Reference in New Issue
Block a user