Open Issues Need Help
View All on GitHubAI Summary: This issue identifies a duplicated parsing logic for 'signed patterns' (like `pattern` and `!pattern`) used in both `extractPackageJson` and `extractGitignore`. It also points out a specific bug in `extractPackageJson` where a character array is incorrectly pushed instead of a pattern string.
Retrieve list of files ignored/included by Git, NPM, Yarn, JSR, VSCE or other tools.
AI Summary: The `scan` function with a negative `depth` parameter for `Git` targets results in undefined behavior. This issue aims to fix this by ensuring negative depths are rejected, likely by adding input validation.
Retrieve list of files ignored/included by Git, NPM, Yarn, JSR, VSCE or other tools.
AI Summary: This issue proposes adding an `order` property to `SignedPattern` to clarify the precedence between include and exclude patterns within `signedPatternIgnores`. This enhancement aims to improve documentation and make the behavior of ignore patterns more predictable for users.
Retrieve list of files ignored/included by Git, NPM, Yarn, JSR, VSCE or other tools.