mirror of
https://github.com/pdfme/pdfme.git
synced 2026-06-02 03:05:53 -04:00
* chore: add claude review workflow * chore: address claude review feedback * chore: keep claude review workflow scoped
21 lines
350 B
Plaintext
21 lines
350 B
Plaintext
*.log
|
|
.DS_Store
|
|
/node_modules
|
|
/packages/*/node_modules
|
|
/packages/common/src/version.ts
|
|
.cache
|
|
dist
|
|
coverage/
|
|
*.tsbuildinfo
|
|
|
|
**/repomix-output.{txt,xml}
|
|
|
|
**/__diff_output__/**
|
|
**/__image_actual__/**
|
|
**/__image_diffs__/**
|
|
**/__image_diff_report__/**
|
|
|
|
# Local agent output and memory files should stay out of public PRs.
|
|
/tmp/claude-reviews/
|
|
/memories/
|