- fix sync-plugins.sh local keyword bug (used in for-loop body) - add --help handling to play-smoke - update wpdate blueprint to wp latest - symlink duplicate scripts in ~/scripts/ to elementary-tools/qa source to eliminate path-drift between two copies - replace scripts/playwright/ dir with symlink to qa/scripts/playwright/ - ignore scripts/node_modules and .omx/ in .gitignore
31 lines
483 B
Text
31 lines
483 B
Text
# === 默认忽略一切,只跟踪验收测试基础设施 ===
|
|
*
|
|
|
|
# 允许跟踪的文件
|
|
!.gitignore
|
|
!Justfile
|
|
!backstop.json
|
|
!pa11y.json
|
|
!acceptance-criteria.json
|
|
!playwright.config.js
|
|
|
|
# 允许跟踪的目录
|
|
!tests/
|
|
!tests/**
|
|
!play/
|
|
!play/**
|
|
!blueprints/
|
|
!blueprints/**
|
|
!scripts/
|
|
!scripts/**
|
|
|
|
# 排除脚本目录中的非测试文件
|
|
scripts/prlcc-watchdog.sh
|
|
|
|
# 生成数据 / 大文件(不跟踪)
|
|
backstop_data/
|
|
baselines/
|
|
node_modules/
|
|
scripts/node_modules
|
|
*.log
|
|
.omx/
|