feat: initial open marketplace with llm-security, config-audit, ultraplan-local
This commit is contained in:
commit
f93d6abdae
380 changed files with 65935 additions and 0 deletions
19
plugins/config-audit/.gitignore
vendored
Normal file
19
plugins/config-audit/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Local configuration (contains machine-specific settings)
|
||||
config-audit.local.md
|
||||
*.local.md
|
||||
.claude/settings.local.json
|
||||
|
||||
# Secrets
|
||||
.env
|
||||
*.key
|
||||
*.pem
|
||||
credentials.*
|
||||
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# Development prompts
|
||||
S*-PROMPT.md
|
||||
|
||||
# Plugin state (managed by plugin)
|
||||
.config-audit/
|
||||
Loading…
Add table
Add a link
Reference in a new issue