1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 19:44:44 +00:00

feat: add Angular, SvelteKit, Astro, and coverage to purge targets (#286)

This commit is contained in:
Biplav Barua
2026-01-09 21:35:38 +05:30
committed by GitHub
parent cbd777bf14
commit 3507870275

View File

@@ -36,6 +36,10 @@ readonly PURGE_TARGETS=(
".dart_tool" # Flutter/Dart build cache
".zig-cache" # Zig
"zig-out" # Zig
".angular" # Angular
".svelte-kit" # SvelteKit
".astro" # Astro
"coverage" # Code coverage reports
)
# Minimum age in days before considering for cleanup.
readonly MIN_AGE_DAYS=7