From 612074c53a880c520fd9abeeaa67256627952d0c Mon Sep 17 00:00:00 2001 From: rabbitblood Date: Mon, 20 Apr 2026 01:09:45 -0700 Subject: [PATCH] chore: gitignore org-templates/ and plugins/ entirely These directories are cloned from their standalone repos (molecule-ai-org-template-*, molecule-ai-plugin-*) and should never be committed to molecule-core directly. Removed the !/org-templates/molecule-dev/ exception that allowed PR #1056 to land template files in the wrong repo. Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index bb612ab1..c3ba38e0 100644 --- a/.gitignore +++ b/.gitignore @@ -117,6 +117,8 @@ backups/ # Cloned-via-manifest dirs — populated locally by scripts/clone-manifest.sh, # tracked in their own standalone repos. Never commit to core. +# org-templates live in Molecule-AI/molecule-ai-org-template-* repos. +# plugins live in Molecule-AI/molecule-ai-plugin-* repos. /org-templates/ /plugins/ /workspace-configs-templates/