v0.1.21

yamadashy/repomixv0.1.21Aug 4, 2024by yamadashy

AI Summary

This release improves file filtering by ensuring ignore files in all directories are respected, not just the root directory.

Key Highlights

  • Updated file filtering logic to consider `.gitignore` and `.repopackignore` in all directories.
  • Ensures proper respect for ignore patterns regardless of their location in the project structure.

Full Release Notes

## Improvements

### Enhanced ignore files support (#34, #35)
- Updated the file filtering logic to consider `.gitignore`, `.repopackignore` files in all directories, not just the root.
- This change ensures that all ignore files, regardless of their location in the project structure, are properly respected during the file filtering process.

## Notes
- This update improves the handling of ignore files in your project structure. You may notice changes in which files are included or excluded if you have ignore files in subdirectories.