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:
@@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user