- 删除 14 个 vite.config.js.timestamp-*.mjs 缓存文件 - .gitignore 添加 vite.config.js.timestamp* 规则 - Bug#630 Playwright 测试用例(doctor1/123456, tenantId=1)
30 lines
354 B
Plaintext
Executable File
30 lines
354 B
Plaintext
Executable File
.DS_Store
|
|
node_modules/
|
|
dist/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
**/*.log
|
|
|
|
tests/**/coverage/
|
|
tests/e2e/reports
|
|
selenium-debug.log
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.local
|
|
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Playwright test results
|
|
test-results/
|
|
tests/e2e/report/
|
|
tests/tests/
|
|
vite.config.js.timestamp*
|