playwright/.gitignore
2025-03-04 17:13:49 +08:00

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/