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