Enable ignore file processing for file exclusion

Added functionality to load and process nested `.code-tokenizer-md-ignore` files for excluding patterns during markdown generation. Introduced new dependencies and ensured initialization before file processing operations.
This commit is contained in:
2024-11-24 10:33:47 -05:00
parent 702e228f98
commit bef68b9fa5
5 changed files with 109 additions and 5 deletions

View File

@@ -31,6 +31,9 @@
"fix": "pnpm format && pnpm lint:fix"
},
"dependencies": {
"@types/ignore-walk": "^4.0.3",
"glob": "^11.0.0",
"ignore-walk": "^7.0.0",
"llama3-tokenizer-js": "^1.0.0",
"micromatch": "^4.0.8"
},