v0.1.34

yamadashy/repomixv0.1.34Sep 2, 2024by yamadashy

AI Summary

This release improves default ignore patterns to ensure dependency directories in subdirectories are correctly excluded.

Key Highlights

  • Fixed an issue where dependency directories in subdirectories were not being ignored.
  • Updated default ignore patterns to include additional directories like vendor and .gradle.

New Features

  • Enhanced default ignore patterns

Full Release Notes

This release focuses on improving the default ignore patterns, particularly for subdirectories.

## Improvements

### Enhanced Default Ignore Patterns (#68)

- Fixed an issue where dependency directories in subdirectories (particularly `node_modules`) were not being ignored correctly.
- Updated default ignore patterns include more comprehensive patterns:
  - Included additional common dependency directories for various languages (e.g., `vendor`, `.bundle`, `.gradle`, `target`).

---

To update, run:
```
npm update -g repopack
```

As always, we appreciate your feedback and contributions to make Repopack even better!