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) <noreply@anthropic.com>
This commit is contained in:
parent
e345aa832a
commit
4683e78ced
2
.gitignore
vendored
2
.gitignore
vendored
@ -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/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user