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 62b5f78 commit 12de97bCopy full SHA for 12de97b
pkg/watch/ephemeral.go
@@ -14,7 +14,7 @@ import (
14
// there or aren't in the right places.
15
//
16
// https://app.clubhouse.io/windmill/story/691/filter-out-ephemeral-file-changes
17
-var ephemeralPathMatcher = initEphemeralPathMatcher()
+var EphemeralPathMatcher = initEphemeralPathMatcher()
18
19
func initEphemeralPathMatcher() model.PathMatcher {
20
golandPatterns := []string{"**/*___jb_old___", "**/*___jb_tmp___", "**/.idea/**"}
0 commit comments