Ignore claude and other mac stuff

This commit is contained in:
Ben Calegari 2026-06-02 21:53:09 -07:00
parent e33898c671
commit 013d4bf150
3 changed files with 10 additions and 11 deletions

View file

@ -1,11 +0,0 @@
{
"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)"
]
}
}