UnityTowerDefense/.claude/settings.local.json
2026-05-21 23:36:19 -07:00

11 lines
563 B
JSON

{
"permissions": {
"allow": [
"Bash(Get-ChildItem -Path \"C:\\\\Users\\\\catos\\\\UnityTowerDefense\\\\Assets\\\\Scripts\" -Recurse -File -Filter \"*.cs\")",
"Bash(Select-Object -ExpandProperty FullName)",
"Bash(powershell -Command \"Get-ChildItem -Recurse -Path 'C:\\\\Users\\\\catos\\\\UnityTowerDefense\\\\Assets\\\\_Project\\\\Scripts' -Filter '*.cs' | Select-String -Pattern 'class LevelData' | Select-Object -First 5\")",
"Bash(xargs grep -l \"namespace TD.Levels\")",
"WebFetch(domain:assetstore.unity.com)"
]
}
}