We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057fad1 commit fd7a010Copy full SHA for fd7a010
1 file changed
runtime/drivers/repo.go
@@ -154,6 +154,7 @@ type Commit struct {
154
var ignoredPaths = []string{
155
"/tmp",
156
"/.git",
157
+ "/.github",
158
"/node_modules",
159
"/.DS_Store",
160
"/.vscode",
0 commit comments