Explain whether a repository path is ignored and which Git pattern matches it.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Patterns are matched against repository-relative paths with slash, wildcard, directory-only, negation, and precedence rules. The report identifies the matching pattern rather than only returning yes or no.
node_modules/ .env .env.local dist/ *.log
File: src/index.ts Status: NOT IGNORED No matching patterns found.
Repositories, monorepos, and CI checks explain why generated paths stay untracked.