You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# Dependencies
node_modules/
# Build output
dist/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
Thumbs.db
.DS_Store
# Local config
.sisyphus/
.playwright-mcp/
# Screenshots (temp)
*.png
!docs/**/*.png
# Logs
*.log
npm-debug.log*
# Environment
.env
.env.local
.env.*.local
# TypeScript cache
*.tsbuildinfo
# === 后端编译输出 ===
src/**/bin/
src/**/obj/
tests/**/bin/
tests/**/obj/
# === 前端部署到CncWebApi/admin ===
src/CncWebApi/admin/
# === 后端发布输出 ===
publish/
# === 工具项目 ===
tools/
# === IIS部署DLL( src/CncWebApi根目录下的dll/pdb/xml) ===
src/CncWebApi/*.dll
src/CncWebApi/*.pdb
src/CncWebApi/*.xml
# === 测试报告 ===
docs/test-reports/
# === Playwright 测试产物 ===
test-results/
playwright-report/