Add single-instance support and clean up scaffolding files

Ensure only one Vesper instance runs at a time. When a second
instance is launched with a file argument, the file is forwarded
to the existing window. Remove unused template SVGs and test file.
This commit is contained in:
Your Name
2026-02-19 22:00:43 +02:00
parent a5c168ee9d
commit 766f0f94f2
8 changed files with 79 additions and 367 deletions

21
.gitignore vendored
View File

@@ -23,8 +23,7 @@ nul
data/
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.vscode/
.idea
.DS_Store
*.suo
@@ -32,3 +31,21 @@ data/
*.njsproj
*.sln
*.sw?
# AI/LLM tooling
.claude/
.cursor/
.copilot/
.codeium/
.tabnine/
.aider*
.continue/
# Trash
trash/
# Docs
docs/
# This file
.gitignore