Tidy project settings: keep App UI define, untrack machine-local prefs

ProjectSettings.asset: add APP_UI_EDITOR_ONLY scripting define (from
com.unity.dt.app-ui 1.3.6) so it stays shared across machines.
Untrack + gitignore machine-local editor state that only churns per
machine/editor: ProjectSettings/VirtualProjectsConfig.json (MPPM) and
ProjectSettings/Packages/com.unity.probuilder/Settings.json (ProBuilder
UI prefs). Files stay on disk, regenerated locally.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Luis Gonzalez
2026-06-28 11:17:02 -07:00
parent 07b18c8525
commit 3bb9999173
4 changed files with 5 additions and 41 deletions
+4
View File
@@ -127,3 +127,7 @@ InitTestScene*.unity*
# Scratch / working areas — local screenshots + personal session notes (keep on disk, out of git)
/_visual_scratch/
/Docs/Vault/07_Sessions/User Sessions/
# Machine-local editor state (regenerated per machine; untracked 2026-06-28)
/ProjectSettings/VirtualProjectsConfig.json
/ProjectSettings/Packages/com.unity.probuilder/Settings.json