chore: 删除e2e测试相关的初始化文件和快照文件
清理不再需要的测试初始化文件和视觉回归测试的快照文件,以保持代码库整洁
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
node_modules
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
.next
|
||||
out
|
||||
.git
|
||||
.gitignore
|
||||
.vscode
|
||||
.idea
|
||||
.DS_Store
|
||||
*.log
|
||||
*.tmp
|
||||
*.temp
|
||||
test-results
|
||||
playwright-report
|
||||
allure-results
|
||||
allure-report
|
||||
coverage
|
||||
.nyc_output
|
||||
*.tgz
|
||||
*.zip
|
||||
e2e
|
||||
test-framework
|
||||
reports
|
||||
scripts.backup
|
||||
logs
|
||||
*.tar.gz
|
||||
tsconfig.tsbuildinfo
|
||||
Reference in New Issue
Block a user