Files
novalon-website/.gitignore
T
张翔 4c8714c12d feat: complete system test fixes - 100% pass rate (85/85)
- Fixed all form tests (20/20 passing)
- Fixed all performance tests (35/35 passing)
- Fixed all SEO and accessibility tests (30/30 passing)
- Enhanced test framework with custom reporting
- Added performance baseline tracking
- Improved test reliability and error handling
2026-03-06 19:37:02 +08:00

238 lines
2.3 KiB
Plaintext

# Dependencies
node_modules/
.pnpm-store/
.pnp/
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# Next.js
.next/
.next/cache/
.next/static/
out/
.swc/
# Production
build/
dist/
.cache/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/
.tox/
.hypothesis/
.coverage.*
*.cover
coverage.xml
.dmypy.json
dmypy.json
.pyre/
.pytype/
cython_debug/
# Python Virtual Environments
venv/
env/
ENV/
env.bak/
venv.bak/
.venv/
virtualenv/
virtualenvs/
# Playwright
test-results/
!test-results/.gitkeep
!test-results/performance/.gitkeep
!test-results/accessibility/.gitkeep
playwright-report/
playwright/.cache/
*.traces/
playwright-traces/
# Allure Reports
allure-results/
allure-report/
# Testing
coverage/
.nyc_output/
*.lcov
# TypeScript
*.tsbuildinfo
next-env.d.ts
*.d.ts.map
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.*.local
*.env
# Vercel
.vercel/
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
*.sublime-workspace
*.sublime-project
*.iml
.project
.classpath
.settings/
*.code-workspace
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msix
*.msm
*.msp
*.lnk
# Debug
*.pem
*.key
*.cert
*.crt
# Runtime data
pids/
*.pid
*.seed
*.pid.lock
# Optional npm cache
.eslintcache
.node_repl_history
# Build outputs
*.tgz
*.local
# Turbopack
.turbo/
# Vite
vite.config.ts.timestamp-*
dist-ssr/
# Trae
.trae/
# Tailwind CSS
*.css.map
# Framer Motion
*.framer-motion.json
# Three.js
*.three.json
# Image optimization
*.avif
*.webp
# Temporary files
*.tmp
*.temp
*.bak
*.backup
*.swp
*~
.npm
# Test files
test-email.js
test-screenshot.png
hero-check.png
playwright-test-not-portal.js
# CI/CD
.gitlab-ci-local/
.github/workflows/*.local.yml
.woodpecker/
# Documentation
docs/plans/*.md.bak
# Database
*.db
*.sqlite
*.sqlite3
# Archives
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Package manager locks (keep package-lock.json)
yarn.lock
pnpm-lock.yaml
# Sentry
.sentryclirc
*.sentryclirc
# docs
docs/