Skip to content

Conversation

@jdalton
Copy link
Contributor

@jdalton jdalton commented Dec 29, 2025

Enables matching of dotfiles and dot directories in gitIgnore scanning and workspace detection.


Note

  • Set dot: true on globStream(['**/.gitignore']) to discover .gitignore files within dot directories
  • Set dot: true on globWorkspace globs so workspace detection includes dotfiles/directories

This broadens glob coverage to include hidden files and folders, affecting ignore resolution and workspace file matching.

Written by Cursor Bugbot for commit ef7fb1f. Configure here.

Ensures fastGlob matches files and directories starting with a dot in
gitIgnoreStream and globWorkspace functions.
Adds { dot: true } option to micromatch.some() calls in
filterBySupportedScanFiles() and isReportSupportedFile() to ensure
patterns like **/poetry.lock match files in dot directories such as
.mcp-servers/neo4j/poetry.lock.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants