mirror of
https://github.com/docker/compose.git
synced 2026-08-28 04:18:05 +00:00
ignore: auto-ignore jetbrains .idea file (#2065)
This commit is contained in:
parent
91a2bdd6de
commit
e3948f6bae
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ import (
|
|||
var ephemeralPathMatcher = initEphemeralPathMatcher()
|
||||
|
||||
func initEphemeralPathMatcher() model.PathMatcher {
|
||||
golandPatterns := []string{"**/*___jb_old___", "**/*___jb_tmp___"}
|
||||
golandPatterns := []string{"**/*___jb_old___", "**/*___jb_tmp___", "**/.idea/**"}
|
||||
emacsPatterns := []string{"**/.#*"}
|
||||
vimPatterns := []string{"**/4913", "**/*~", "**/.*.swp", "**/.*.swx"}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue