Commit Graph

6 Commits

Author SHA1 Message Date
102fd530c6 Update dependencies in pnpm-lock.yaml, bump minor 2024-11-24 10:35:14 -05:00
1226a742b5 Integrate file exclusion with micromatch, refactor code
Utilized micromatch for file exclusion logic in MarkdownGenerator. Simplified constructor parameters and refactored `getTrackedFiles` for better readability. Updated dependencies and relevant scripts in package.json.
2024-11-21 13:02:22 -05:00
a875cbf5d4 Update file exclusion logic and add regex pattern handling
Enhanced the file exclusion logic by adding support for `tsconfig.json` and `jsconfig.json`. Simplified complex glob and wildcard handling, replacing many special cases with a regex-based approach to match file paths more reliably. Updated package version to 1.0.7.
2024-11-21 12:51:49 -05:00
9025836857 code formatting + documentation for MarkdownGenerator 2024-11-07 11:43:00 -05:00
e747f99984 add eslint 2024-11-07 11:37:56 -05:00
17031d8be8 init 2024-10-30 11:59:30 -04:00