Add glob expansion to phpstorm (#30567)

This commit is contained in:
Miccal Matthews 2017-03-05 01:15:06 +08:00 committed by Vítor Galvão
parent 74c16113e0
commit 0c14f413df
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@ cask 'phpstorm' do
"~/Library/Caches/PhpStorm#{version.major_minor}",
"~/Library/Logs/PhpStorm#{version.major_minor}",
"~/Library/Application Support/PhpStorm#{version.major_minor}",
# TODO: expand/glob for '~/Library/Preferences/jetbrains.phpstorm.*.plist',
'~/Library/Preferences/jetbrains.phpstorm.*.plist',
]
end