Skip to content

Commit e3948f6

Browse files
Maia McCormickmilas
authored andcommitted
ignore: auto-ignore jetbrains .idea file (docker#2065)
1 parent 91a2bdd commit e3948f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/watch/ephemeral.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
var ephemeralPathMatcher = initEphemeralPathMatcher()
1818

1919
func initEphemeralPathMatcher() model.PathMatcher {
20-
golandPatterns := []string{"**/*___jb_old___", "**/*___jb_tmp___"}
20+
golandPatterns := []string{"**/*___jb_old___", "**/*___jb_tmp___", "**/.idea/**"}
2121
emacsPatterns := []string{"**/.#*"}
2222
vimPatterns := []string{"**/4913", "**/*~", "**/.*.swp", "**/.*.swx"}
2323

0 commit comments

Comments
 (0)