Skip to content

Commit fd7a010

Browse files
authored
ignore .github dir (#8706)
1 parent 057fad1 commit fd7a010

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

runtime/drivers/repo.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ type Commit struct {
154154
var ignoredPaths = []string{
155155
"/tmp",
156156
"/.git",
157+
"/.github",
157158
"/node_modules",
158159
"/.DS_Store",
159160
"/.vscode",

0 commit comments

Comments
 (0)