Skip to content

Commit

Permalink
add some to files to free_space.sh (caches, crashpad, etc ...)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbani01 committed Jan 19, 2023
1 parent 3d8b1f1 commit 4bd3612
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions free_space.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,17 @@ delete "./Library/Caches/*"
delete "./Library/Containers/com.docker.docker/*"
delete "./Library/Containers/*"
delete "./Library/Application Support/Code/User/*"
delete "./Library/Application Support/Code/Cache/*"
delete "./Library/Application Support/Code/CachedData/*"
delete "./Library/Application Support/Code/Crashpad/completed/*"
delete "./Library/Application Support/Code/User/workspaceStorage/*"
delete "./Library/Application Support/Slack/Cache/*"
delete "./Library/Application Support/Slack/Service Worker/CacheStorage/*"
delete "./Library/Application Support/discord/Cache/*"
delete "./Library/Application Support/discord/Code Cache/js/*"
delete "./Library/Application Support/discord/Crashpad/completed/*"
delete "./Library/Application Support/Google/Chrome/Default/Service\ Worker/CacheStorage/*"
delete "./Library/Application Support/Google/Chrome/Crashpad/completed/*"
delete "./Library/Developer/CoreSimulator/*"

# Brew cleanup
Expand Down

0 comments on commit 4bd3612

Please sign in to comment.