mirror of
https://github.com/tw93/Mole.git
synced 2026-02-15 18:40:05 +00:00
feat: add Angular, SvelteKit, Astro, and coverage to purge targets (#286)
This commit is contained in:
@@ -36,6 +36,10 @@ readonly PURGE_TARGETS=(
|
|||||||
".dart_tool" # Flutter/Dart build cache
|
".dart_tool" # Flutter/Dart build cache
|
||||||
".zig-cache" # Zig
|
".zig-cache" # Zig
|
||||||
"zig-out" # Zig
|
"zig-out" # Zig
|
||||||
|
".angular" # Angular
|
||||||
|
".svelte-kit" # SvelteKit
|
||||||
|
".astro" # Astro
|
||||||
|
"coverage" # Code coverage reports
|
||||||
)
|
)
|
||||||
# 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