From 62952b36f41bdb10c4c2081b71236c757e58193a Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Tue, 16 May 2017 14:28:44 -0700 Subject: [PATCH] Update atom-beta zap stanza (#3841) --- Casks/atom-beta.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Casks/atom-beta.rb b/Casks/atom-beta.rb index f8865c4eb..3097425b8 100644 --- a/Casks/atom-beta.rb +++ b/Casks/atom-beta.rb @@ -22,11 +22,15 @@ cask 'atom-beta' do zap delete: [ '~/.atom', + '~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.github.atom.sfl', '~/Library/Application Support/ShipIt_stderr.log', '~/Library/Application Support/Atom', '~/Library/Application Support/ShipIt_stdout.log', '~/Library/Application Support/com.github.atom.ShipIt', '~/Library/Caches/com.github.atom', + '~/Library/Caches/com.github.atom.ShipIt', + '~/Library/Preferences/com.github.atom.helper.plist', '~/Library/Preferences/com.github.atom.plist', + '~/Library/Saved Application State/com.github.atom.savedState', ] end