Files
GitLite/.gitignore
T
Christoph Brandau 97fc4fc1e0 Implement repository management view and multi-repo tabs
Introduces a new "Repository Management" view for browsing open and recent repositories. Adds a tabbed interface for quickly switching between multiple active repositories, with persistent state. Also includes a new command to open the current repository in the native file explorer.
2026-07-02 07:53:29 +02:00

8 lines
69 B
Plaintext

/node_modules
/dist
/src-tauri/target
*.log
.idea
.DS_Store
~
.codex*