42 lines
434 B
Plaintext
42 lines
434 B
Plaintext
# Node.js
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-debug.log
|
|
yarn-error.log
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Playwright
|
|
/test-results/
|
|
/playwright-report/
|
|
/playwright/.cache/
|
|
/screenshots/
|
|
/videos/
|
|
/reports/
|
|
/allure-results/
|
|
/allure-report/
|
|
|
|
# 环境变量
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# 编辑器
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# 日志
|
|
logs/
|
|
*.log
|
|
|
|
# 临时文件
|
|
tmp/
|
|
temp/
|
|
/node_modules/
|
|
/playwright-report/
|
|
/data/
|
|
/test-results/
|