Documentation: Update the documentation to recommend using import {minimatch} instead of the default export. This change helps avoid a sporadic TypeScript bug, ensuring a smoother experience for users.
Fixes
Fix issue #189: Resolve a sporadic TypeScript bug related to the default export, improving the reliability of the minimatch functionality.
Others
Add a .prettierignore file to streamline code formatting processes, enhancing overall code quality.