29 lines
436 B
Plaintext
29 lines
436 B
Plaintext
node_modules
|
|
.next
|
|
out
|
|
dist
|
|
.env*.local
|
|
.env
|
|
# core 后端环境变量需要进 CI 构建,放行它(其余 .env 仍忽略)
|
|
!core/backend/.env
|
|
.venv
|
|
__pycache__/
|
|
*.pyc
|
|
db.sqlite3
|
|
.playwright-cli
|
|
account.md
|
|
core/frontend/output/
|
|
core/qa/*.png
|
|
core/qa/visual-parity/output/
|
|
.DS_Store
|
|
*.tsbuildinfo
|
|
next-env.d.ts.bak
|
|
_design_src
|
|
|
|
# 本地工具/venv,不入库
|
|
core/.tools/
|
|
|
|
# 本地一键启动脚本,不入库
|
|
start-code.bat
|
|
stop-code.bat
|