Commit Graph

2 Commits

Author SHA1 Message Date
M.Abdulrahman Alnaseer 07c539dcc7 fix(flattener): refine packages ignore pattern to avoid excluding source code directories
The previous pattern '**/packages/**' was too broad and excluded legitimate source code directories named 'packages' in monorepo structures. Remove it to preserving source code organization patterns.

Fixes issue with flattening projects that use 'packages' directory for source code organization.
2025-08-15 10:42:52 -04:00
manjaroblack 0fdbca73fc
feat: modularize flattener tool into separate components with improved project root detection (#417) 2025-08-09 15:33:23 -05:00