1
0
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:
Dimitar Nestorov
2026-02-16 09:37:07 +02:00
committed by GitHub
parent 88a4c83a2b
commit a7c9b8d6ec

View File

@@ -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