Releases: Sang-Buster/RepoTree
Releases · Sang-Buster/RepoTree
0.1.0
0.1.0 (2025-04-02)
Added
- Added custom exclude patterns from gitignore file
- Added comment support for generated tree
- Added button to appending generated tree to readme file
- Added tree spacing setting
Changed
- None
Fixed
- Enhance .gitignore pattern handling in
loadGitignorePatternsandisExcludedByGitignorefunctions. - Improve regex conversion in
convertGlobToRegExpfor better directory matching and support for patterns with trailing slashes and globstars
0.0.1
Added
- Initial release of RepoTree.
- Visual tree representation of directories and files.
- Customizable file/folder exclusion in settings.
- Context menu command "Generate to Tree".
- Command Palette command "Generate to Tree".
Changed
- None
Fixed
- None