We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea64270 commit a8a0f9fCopy full SHA for a8a0f9f
plumbing/format/gitignore/dir_test.go
@@ -15,7 +15,7 @@ type MatcherSuite struct {
15
RFS billy.Filesystem // root that contains user home
16
MCFS billy.Filesystem // root that contains user home, but missing ~/.gitconfig
17
MEFS billy.Filesystem // root that contains user home, but missing excludesfile entry
18
- MIFS billy.Filesystem // root that contains user home, but missing .gitnignore
+ MIFS billy.Filesystem // root that contains user home, but missing .gitignore
19
20
SFS billy.Filesystem // root that contains /etc/gitconfig
21
}
0 commit comments