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.
45 lines
451 B
Plaintext
45 lines
451 B
Plaintext
# 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/
|