Files
novalon-manage-system/.gitignore
T
张翔 be5d5ede90 feat: 添加异常日志功能并优化UI样式
refactor: 重构后端查询逻辑和API响应处理

fix: 修复用户角色更新和文件上传问题

test: 添加前端性能测试脚本和E2E测试用例

chore: 更新依赖版本和配置文件

docs: 添加环境检查脚本和测试文档

style: 统一表格标签样式和路由命名

perf: 优化前端页面加载速度和响应时间
2026-03-24 13:32:20 +08:00

168 lines
1.7 KiB
Plaintext

# Java / Maven
*.class
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar
.mvn/wrapper/maven-wrapper.properties
# Java IDE
.idea/
*.iml
*.iws
*.ipr
.vscode/
*.swp
*.swo
*~
# Node.js / Frontend (Vue 3 + Vite)
node_modules/
dist/
dist-ssr/
*.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
.vite/
*.tsbuildinfo
# TypeScript
*.tsbuildinfo
# Python / E2E Tests
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Pytest
.pytest_cache/
.coverage
htmlcov/
*.cover
.hypothesis/
# Allure Test Reports
allure-results/
allure-report/
# Playwright
.playwright/
test-results/
playwright-report/
playwright/.cache/
# Logs
*.log
/logs/
*.log.*
# Environment variables
.env
.env.local
.env.*.local
.env.development.local
.env.test.local
.env.production.local
# Test coverage
coverage/
.nyc_output/
jacoco.exec
jacoco-ut.exec
# OS
.DS_Store
Thumbs.db
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
# Application specific
/db/
uploads/
/temp/
/tmp/
*.pid
*.seed
*.pid.lock
# Docker
*.dockerignore
# CI/CD
woodpecker-cache/
# Database
*.db
*.sqlite
*.sqlite3
# Backup files
*.bak
*.backup
*.tmp
# IDE - JetBrains
.idea/
*.iml
*.iws
*.ipr
out/
# IDE - VS Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# IDE - Eclipse
.classpath
.project
.settings/
bin/
# IDE - NetBeans
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/
# docs
docs
# trae
.trae/