Skip to content

Idea: ignore all the dot dirs #8

@nagyv

Description

@nagyv

Currently the IGNORE_DIRS list defines what directories to ignore. This is a rather brute-force approach that clearly won't scale well across languages, frameworks, usage patterns.

Proposal

Ignore every directory that starts with a dot (.)

Expected consequences

Looking at some of my repositories, most dot directories are:

  • .devcontainer
  • .mypy_cache
  • .pytest_cache
  • .htmlcov

With the exception of .devcontainer, all of these are already gitignored following the GitHub gitignore collection

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions