fix: better handling of gitignore (once)
This commit is contained in:
@@ -49,8 +49,6 @@ export const GitSidebar: React.FC = () => {
|
||||
return;
|
||||
}
|
||||
|
||||
await window.electronAPI.git.ensureGitignore(resolvedProjectPath);
|
||||
|
||||
const repoState = await window.electronAPI.git.getRepoState(resolvedProjectPath);
|
||||
setIsRepo(repoState.isRepo);
|
||||
setCurrentBranch(repoState.currentBranch || null);
|
||||
|
||||
Reference in New Issue
Block a user