Merge pull request #66 from xiaolai/fix/nlpm-gitignore-hooks-log
fix: add hooks log directory to .gitignore to prevent sensitive data leakage
This commit is contained in:
@@ -4,3 +4,6 @@ plan/
|
|||||||
# Browser-automation verification artifacts (Playwright MCP / agent screenshots)
|
# Browser-automation verification artifacts (Playwright MCP / agent screenshots)
|
||||||
.playwright-mcp/
|
.playwright-mcp/
|
||||||
*-check.png
|
*-check.png
|
||||||
|
|
||||||
|
# Hook event logs may contain sensitive tool input data (file contents, command args)
|
||||||
|
.claude/hooks/logs/
|
||||||
|
|||||||
Reference in New Issue
Block a user