ignore: auto-ignore jetbrains .idea file (#2065)

This commit is contained in:
Maia McCormick 2019-08-15 14:38:44 -04:00 committed by Milas Bowman
parent 91a2bdd6de
commit e3948f6bae
1 changed files with 1 additions and 1 deletions

View File

@ -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"}