dev-manager-tauri/.gitignore
lanrtop 533c069e43 feat: add WSL editor launch modes and update checking functionality
- Introduced WSL editor launch modes in SettingsPage with options for internal, remote, and UNC path launches.
- Enhanced settings saving to include the new WSL launch mode.
- Added an update section to check for application updates, download, and install them with progress tracking.
- Updated Toast component to handle error messages with a copy button for convenience.
- Expanded commands to include project tags and templates management, along with WSL proxy synchronization features.
2026-04-01 23:12:23 +09:00

29 lines
280 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Windows 保留名
nul
# 依赖
node_modules/
.pnpm-store/
# 构建产物
dist/
src-tauri/target/
# 环境
.env
.env.*
!.env.example
# 编辑器
.vscode/
.idea/
*.suo
*.user
# 系统
.DS_Store
Thumbs.db
# 防止签名密钥被误提交Windows ~ 路径展开问题)
~/