From 6dc147b7a2346c574ef6fa64211ad54987dde98f Mon Sep 17 00:00:00 2001 From: manjaroblack Date: Fri, 18 Jul 2025 21:55:53 -0500 Subject: [PATCH] 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 --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a3bd7d37..042d1861 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,10 @@ sample-project/* .bmad-creator-tools .gemini .bmad*/.cursor/ -web-bundles/ \ No newline at end of file +web-bundles/ +docs/architecture/ +docs/prd/ +docs/stories/ +docs/project-architecture.md +tests/ +custom-output.xml \ No newline at end of file