mirror of
https://github.com/tw93/Mole.git
synced 2026-03-22 17:55:08 +00:00
feat(purge): add common React Native targets (#461)
This commit is contained in:
@@ -40,6 +40,10 @@ readonly PURGE_TARGETS=(
|
||||
".svelte-kit" # SvelteKit
|
||||
".astro" # Astro
|
||||
"coverage" # Code coverage reports
|
||||
"DerivedData" # Xcode
|
||||
"Pods" # CocoaPods
|
||||
".cxx" # Android
|
||||
".expo" # Expo
|
||||
)
|
||||
# Minimum age in days before considering for cleanup.
|
||||
readonly MIN_AGE_DAYS=7
|
||||
|
||||
Reference in New Issue
Block a user