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.
52 lines
476 B
Plaintext
52 lines
476 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Tauri build artifacts
|
|
src-tauri/target/
|
|
|
|
# Dev tool files
|
|
icon-*.html
|
|
nul
|
|
|
|
# Portable data directory
|
|
data/
|
|
|
|
# Editor directories and files
|
|
.vscode/
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# AI/LLM tooling
|
|
.claude/
|
|
.cursor/
|
|
.copilot/
|
|
.codeium/
|
|
.tabnine/
|
|
.aider*
|
|
.continue/
|
|
|
|
# Trash
|
|
trash/
|
|
|
|
# Docs
|
|
docs/
|
|
|
|
# This file
|
|
.gitignore
|