Skip to content

Commit 7857a5f

Browse files
authored
refactor: fix handling of included and excluded folders or files (#34)
- fix the way patterns are handled - improved file identification
1 parent e81234d commit 7857a5f

15 files changed

+1197
-2497
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
## ✨ Features
1717

1818
- 📦 **Multiple Output Formats** - XML, JSON, or YAML with preserved metadata
19-
- 🎯 **Smart Pattern Matching** - Powerful glob patterns for precise file selection
19+
- 🎯 **Smart Pattern Matching** - Powerful glob patterns for precise file selection ([see patterns guide](docs/patterns.md))
2020
- ⚡️ **Concurrent Processing** - Parallel file processing with safety limits
2121
- 📊 **Size Control** - File and output size limits with detailed reporting
2222
- 🧹 **Code Cleaning** - Remove comments and optimize while preserving docs
@@ -112,6 +112,10 @@ filefusion -o output.yaml /path/to/project
112112

113113
### Pattern Matching Rules
114114

115+
For detailed pattern matching examples and rules, please refer to our [Pattern Guide](docs/patterns.md).
116+
117+
Here are some common patterns:
118+
115119
| Pattern | Description |
116120
| -------------- | ------------------------------ |
117121
| `*.go` | All Go files |

0 commit comments

Comments
 (0)