Skip to content

chore: ignore local SWC compiler caches#1015

Merged
ShenzheZhu merged 1 commit into
mainfrom
chore/1014-ignore-swc-cache
Jul 10, 2026
Merged

chore: ignore local SWC compiler caches#1015
ShenzheZhu merged 1 commit into
mainfrom
chore/1014-ignore-swc-cache

Conversation

@ShenzheZhu

Copy link
Copy Markdown
Collaborator

Closes #1014

Summary

  • ignore package-local .swc/ compiler caches
  • keep generated SWC output out of cleanup and status noise

Local cleanup performed

  • removed stale .next and .next-e2e caches
  • removed tmp, test-results, root TypeScript build output, .DS_Store, and empty Codex preview directories
  • stopped the stale local backend dev process
  • preserved dependencies, environment files, local maintenance docs/QA assets, design proposals, and paper-artifacts

Verification

  • git check-ignore -v packages/frontend/.swc
  • git clean -nd returns no candidates
  • git diff --check

@ShenzheZhu ShenzheZhu merged commit 5eaafbb into main Jul 10, 2026
10 checks passed
@ShenzheZhu ShenzheZhu deleted the chore/1014-ignore-swc-cache branch July 10, 2026 22:11
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.

Ignore local SWC compiler caches

1 participant