Skip to content

Nested .gitignore patterns not respected during indexing #178

Description

@dergachoff

.output is listed in webapp/. gitignore, but webapp/. output/** files were fully indexed (thousands of minified bundle nodes). The layered ignore system appears to only read the root .gitignore, not nested ones in subdirectories.

Repo structure:

  .gitignore          # has dist/
  webapp/.gitignore   # has .output
  webapp/.output/     # ← fully indexed despite ignore

This caused build artifacts to dominate query results — every high-degree function, every search hit was from minified bundles.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions