feat(flattener): implement file discovery and filtering logic
Add file discovery and filtering functionality to the codebase flattener tool - Use glob and minimatch for pattern matching - Support .gitignore patterns - Generate basic XML output with file count
This commit is contained in:
parent
e6450e42f5
commit
6dc147b7a2
|
|
@ -29,3 +29,9 @@ sample-project/*
|
||||||
.gemini
|
.gemini
|
||||||
.bmad*/.cursor/
|
.bmad*/.cursor/
|
||||||
web-bundles/
|
web-bundles/
|
||||||
|
docs/architecture/
|
||||||
|
docs/prd/
|
||||||
|
docs/stories/
|
||||||
|
docs/project-architecture.md
|
||||||
|
tests/
|
||||||
|
custom-output.xml
|
||||||
Loading…
Reference in New Issue