mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-04 01:40:45 +08:00
chore(tests): add gitignore for test results and reports
This commit is contained in:
27
ccw/frontend/.gitignore
vendored
27
ccw/frontend/.gitignore
vendored
@@ -1 +1,28 @@
|
||||
# Test results and reports
|
||||
playwright-report/
|
||||
test-results/
|
||||
/dist/
|
||||
|
||||
# Build outputs
|
||||
node_modules/
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.log
|
||||
tmp.json
|
||||
nul
|
||||
|
||||
# CCW tools
|
||||
.ace-tool/
|
||||
|
||||
Reference in New Issue
Block a user