Skip to content

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

Merged
tw93 merged 1 commit into
tw93:mainfrom
biplavbarua:feat/add-modern-frameworks-purge
Jan 9, 2026
Merged

feat: add Angular, SvelteKit, Astro, and coverage to purge targets#286
tw93 merged 1 commit into
tw93:mainfrom
biplavbarua:feat/add-modern-frameworks-purge

Conversation

@biplavbarua

Copy link
Copy Markdown
Contributor

feat: add Angular, SvelteKit, Astro, and coverage to purge targets

This PR expands PURGE_TARGETS in lib/clean/project.sh to include several common artifacts found in modern web development projects that often consume significant disk space:

  • .angular - Angular 13+ build cache.
  • .svelte-kit - SvelteKit build output.
  • .astro - Astro content layer cache.
  • coverage - Code coverage reports (often containing large HTML sets).

This improves the utility of mo purge for frontend developers using these frameworks.

@tw93
tw93 merged commit 3507870 into tw93:main Jan 9, 2026
@tw93

tw93 commented Jan 9, 2026

Copy link
Copy Markdown
Owner

LGTM

@biplavbarua Thanks so much for your PR. I‘ve merged it into main, You can try by installing latest version with:

curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash -s latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants