🥊 gitSafety.ts

This commit is contained in:
nirholas
2026-03-31 10:24:04 +00:00
parent bfa30821a8
commit 39a93b9c32

View File

@@ -174,3 +174,4 @@ function matchesDotGitPrefix(n: string): boolean {
// for git~N as the first component.
return /^git~\d+($|\/)/.test(n)
}