mirror of https://github.com/docker/compose.git
ignore: auto-ignore jetbrains .idea file (#2065)
This commit is contained in:
parent
91a2bdd6de
commit
e3948f6bae
|
@ -17,7 +17,7 @@ import (
|
||||||
var ephemeralPathMatcher = initEphemeralPathMatcher()
|
var ephemeralPathMatcher = initEphemeralPathMatcher()
|
||||||
|
|
||||||
func initEphemeralPathMatcher() model.PathMatcher {
|
func initEphemeralPathMatcher() model.PathMatcher {
|
||||||
golandPatterns := []string{"**/*___jb_old___", "**/*___jb_tmp___"}
|
golandPatterns := []string{"**/*___jb_old___", "**/*___jb_tmp___", "**/.idea/**"}
|
||||||
emacsPatterns := []string{"**/.#*"}
|
emacsPatterns := []string{"**/.#*"}
|
||||||
vimPatterns := []string{"**/4913", "**/*~", "**/.*.swp", "**/.*.swx"}
|
vimPatterns := []string{"**/4913", "**/*~", "**/.*.swp", "**/.*.swx"}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue