mirror of
https://github.com/tw93/Mole.git
synced 2026-03-22 23:05: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
|
".svelte-kit" # SvelteKit
|
||||||
".astro" # Astro
|
".astro" # Astro
|
||||||
"coverage" # Code coverage reports
|
"coverage" # Code coverage reports
|
||||||
|
"DerivedData" # Xcode
|
||||||
|
"Pods" # CocoaPods
|
||||||
|
".cxx" # Android
|
||||||
|
".expo" # Expo
|
||||||
)
|
)
|
||||||
# Minimum age in days before considering for cleanup.
|
# Minimum age in days before considering for cleanup.
|
||||||
readonly MIN_AGE_DAYS=7
|
readonly MIN_AGE_DAYS=7
|
||||||
|
|||||||
Reference in New Issue
Block a user