Skip to content

Conversation

@DJJones66
Copy link
Contributor

🧹 PR: Remove Legacy plugins/ Directory from Repo

Summary

This PR cleans up the repository by removing the obsolete plugins/ directory from source control. The directory is no longer maintained in the core repo, but developers may still keep a local copy if needed. To prevent future tracking, it is now added to .gitignore.


🔧 Changes Made

  • Removed plugins/ directory from version control (git rm --cached).
  • Added /plugins/ rule to .gitignore to ensure it is ignored going forward.
  • Kept local developer copies untouched — files remain available on disk after checkout, but are no longer tracked by Git.

✅ Benefits

  • Reduces repository bloat by removing unused code/assets.
  • Prevents accidental commits of local plugin experiments or builds.
  • Keeps local developer workflows intact while ensuring the remote repo stays clean.

📎 Related Context

  • Part of ongoing repo cleanup tasks to streamline plugin handling and move toward the unified installer approach.
  • Complements previous work removing deprecated local plugin installation paths.

@DJJones66 DJJones66 merged commit ea2d75f into main Sep 6, 2025
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