fluig/compras_digital/.claude/settings.local.json
Andrey Cunha a71f963e37 att
2026-05-11 21:54:49 -03:00

8 lines
334 B
JSON

{
"permissions": {
"allow": [
"PowerShell(Get-ChildItem -Path \"c:\\\\Python\\\\Fluig Ginseng\\\\fluig\\\\checklist\\\\fluig\\\\compras_digital\" -Recurse -Force | Select-Object FullName, @{Name='Type';Expression={if\\($_.PSIsContainer\\){'DIR'}else{'FILE'}}} | Sort-Object FullName | Format-Table -AutoSize)"
]
}
}