8e9d108995
Tauri 2 + React:任务列表、快捷方式、番茄钟、系统托盘、钉子穿透模式等。 Co-authored-by: Cursor <cursoragent@cursor.com>
23 lines
271 B
Plaintext
23 lines
271 B
Plaintext
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
.DS_Store
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
|
|
# Tauri
|
|
src-tauri/target
|
|
src-tauri/gen
|
|
|
|
# TypeScript / Vite 构建缓存
|
|
*.tsbuildinfo
|
|
vite.config.js
|
|
vite.config.d.ts
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|