feat: Add Claude settings to restrict access to sensitive files

This commit is contained in:
George Powell
2026-01-26 00:25:31 -05:00
parent 03645f0452
commit c50336ab5f

12
.claude/settings.json Normal file
View File

@@ -0,0 +1,12 @@
{
"permissions": {
"deny": [
"Read(./.env)",
"Read(./secrets/**)",
"Read(./config/credentials.json)",
"Read(./build)",
"Read(./**.xml)",
"Read(./embeddings**)"
]
}
}