add .iteratr and .opencode tool configuration directories

This commit is contained in:
Ed Zynda
2026-02-26 09:55:53 +03:00
parent 4f96acc217
commit c1b3fa1dfc
12 changed files with 15 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"$schema": "https://opencode.ai/config.json",
"permission": {
"external_directory": {
"~/go/**": "deny"
}
}
}