dev-manager-tauri/.gitignore

30 lines
287 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/
.qwen/
*.suo
*.user
# 系统
.DS_Store
Thumbs.db
# 防止签名密钥被误提交Windows ~ 路径展开问题)
~/