Files
PS_ProserveEditor/.gitignore
j.foucher 75f54e27c4 Ignore .claude/settings.local.json
Per-user local Claude Code settings have no business being versioned —
remove the previously tracked file and add the path to .gitignore so
local permission changes don't show up in future diffs.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-18 11:32:49 +02:00

22 lines
346 B
Plaintext

# Visual Studio
Unreal/.vs/
# UE build artifacts (project)
Unreal/Binaries/
Unreal/Intermediate/
Unreal/Saved/
Unreal/DerivedDataCache/
Unreal/Build/
# UE build artifacts (plugins)
Unreal/Plugins/*/Binaries/
Unreal/Plugins/*/Intermediate/
# OS
Thumbs.db
Desktop.ini
.DS_Store
# Claude Code per-user local settings
.claude/settings.local.json