We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49c6ad commit 8822a03Copy full SHA for 8822a03
git/git.go
@@ -31,7 +31,7 @@ type Command struct {
31
func (c *Command) excludeFiles() []string {
32
var excludedFiles []string
33
for _, f := range c.excludeList {
34
- excludedFiles = append(excludedFiles, ":(exclude)"+f)
+ excludedFiles = append(excludedFiles, ":(exclude,top)"+f)
35
}
36
return excludedFiles
37
0 commit comments