Files
yunrui_asset/.gitignore
T

115 lines
2.5 KiB
Plaintext

# ==============================================
# Dependencies (依赖目录)
# ==============================================
node_modules/
**/node_modules/
# ==============================================
# Build outputs (构建输出)
# ==============================================
dist/
build/
.vite/
.next/
.nuxt/
# ==============================================
# Environment files (环境配置文件)
# ==============================================
.env
.env.local
.env.*.local
!.env.example
# ==============================================
# IDE & Editor (编辑器配置)
# ==============================================
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
.project
.classpath
.settings/
# ==============================================
# Logs (日志文件)
# ==============================================
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# ==============================================
# Database files (数据库文件)
# ==============================================
*.db
*.sqlite
*.sqlite3
# ==============================================
# Backup files (备份文件)
# ==============================================
backend/backups/
*.backup.json
*.bak
# ==============================================
# Uploads directory (用户上传文件)
# ==============================================
backend/uploads/*
!backend/uploads/.gitkeep
# ==============================================
# Temporary files (临时文件)
# ==============================================
backend/temp/*
!backend/temp/.gitkeep
*.tmp
*.temp
*.cache
# ==============================================
# Data files (数据文件)
# ==============================================
*.xlsx
*.xls
*.csv
# ==============================================
# Test coverage (测试覆盖率)
# ==============================================
coverage/
.nyc_output/
# ==============================================
# Process & Runtime (进程和运行时文件)
# ==============================================
.pid
*.pid
frontend/.frontend-pid
frontend/.frontend-port
# ==============================================
# User config files (用户配置文件)
# ==============================================
backend/backgroundSettings.json
backend/fileIndex.json
backend/config/auto-backup-settings.json
backend/config/remote-backup-configs.json
# ==============================================
# Misc (其他)
# ==============================================
.trae/
.vercel/
.gitignore
.vercelignore
docs/install-improvement-plan.md