diff --git a/Casks/gitx.rb b/Casks/gitx.rb index 7806a59676e24..5a317e13732f3 100644 --- a/Casks/gitx.rb +++ b/Casks/gitx.rb @@ -16,4 +16,11 @@ app 'GitX.app' binary 'GitX.app/Contents/Resources/gitx' + + zap :delete => [ + '~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/nl.frim.gitx.sfl', + '~/Library/Caches/nl.frim.GitX', + '~/Library/Preferences/nl.frim.GitX.plist', + '~/Library/Saved Application State/nl.frim.GitX.savedState', + ] end