Update .gitignore: exclude plugin build artifacts and local Claude settings

Keeps existing ignores intact. Adds:
- Plugin Binaries/ and Intermediate/ (generated on first compile)
- *.sln / *.suo (generated by UE project regeneration)
- .claude/settings.local.json (machine-specific, not shared)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-19 12:58:31 +01:00
parent f0055e85ed
commit 4d6ae103db
2 changed files with 11 additions and 7 deletions

View File

@@ -1,7 +0,0 @@
{
"permissions": {
"allow": [
"Bash(dir /s \"E:\\\\ASTERION\\\\GIT\\\\PS_AI_Agent\")"
]
}
}