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>
22 lines
346 B
Plaintext
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
|