- add "Bash(find:*)" to claude allowed commands for file search operations - update .gitignore to exclude test artifacts: test-results/, playwright-report/, coverage/
@@ -5,7 +5,8 @@
"Bash(pnpm list:*)",
"Bash(pnpm test:*)",
"Bash(sed:*)",
- "Bash(pnpm run lint)"
+ "Bash(pnpm run lint)",
+ "Bash(find:*)"
],
"deny": [],
"ask": []
@@ -38,4 +38,9 @@ lerna-debug.log*
.DS_Store
.pnpm-store
-old
+old
+
+# test artifacts
+test-results/
+playwright-report/
+coverage/