mirror of
https://github.com/LukeHagar/slinky.git
synced 2025-12-06 04:21:20 +00:00
Introduce a new PatternMatcher type to handle include and ignore patterns more effectively. Implement methods for checking if paths should be included or ignored based on specified patterns. Additionally, enhance the LoadSlinkyIgnorePatterns function to parse .slinkignore files and compile ignore patterns, improving the URL collection process. This change streamlines the handling of file and directory patterns, ensuring better accuracy in URL extraction.