5 lines
147 B
Plaintext
5 lines
147 B
Plaintext
# 兜底防护:拒绝追踪本目录下任何文件
|
|
# 即便父级 .gitignore 的 .claude/ 规则被绕过,这一层仍然生效
|
|
*
|
|
!.gitignore
|