Skip to content

v0.1.34

Compare
Choose a tag to compare
@yamadashy yamadashy released this 02 Sep 15:18
· 546 commits to main since this release

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!