Enhance file exclusion logic and update version to 1.0.5

Refactored file exclusion patterns in MarkdownGenerator.js to handle various glob patterns and types more comprehensively. Added normalization for paths, extended support for different file types, and included specific directory-only and wildcard matching. Updated the package version to 1.0.5 in package.json to reflect these changes.
This commit is contained in:
2024-11-21 12:40:45 -05:00
parent 1985bc11c4
commit d1d72dae28
2 changed files with 182 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "code-tokenizer-md",
"version": "1.0.4",
"version": "1.0.5",
"type": "module",
"main": "dist/index.js",
"bin": {