mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
29 lines
251 B
Plaintext
29 lines
251 B
Plaintext
# 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/
|