Skip to content

Conversation

@biplavbarua
Copy link
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
Copy link
Owner

tw93 commented Jan 9, 2026

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