You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: ensure .gitignore is updated when .clix directory is first created
Previously ensureGitignore was only called after project selection in
SetupUI/LoginUI. If the user interrupted (Ctrl+C) after login but before
project selection, the .clix directory was created without a matching
.gitignore entry. Extracted gitignore logic to shared utility and moved
the call into directory creation (ensureStateDir/ensureConfigDir) so it
runs exactly once at the earliest possible moment.
0 commit comments