Paste the relevant .gitignore rules, keeping one pattern per line.
Local .gitignore rule tester
다음 커밋에서 어떤 경로가 숨겨지는지 확인하세요.
Test Git ignore rules against sample paths locally and see the matching rule line before files disappear from your next commit.
* Nothing is uploaded. IgnoreLens evaluates the rules and paths in this browser tab only.
Local .gitignore rule tester
Debug the rule before Git surprises you
Paste relative repository paths such as src/app.ts or logs/app.log.
Use the matching rule line to adjust negations and confirm the result with git check-ignore in your repository.
FAQ
What does IgnoreLens check?
Does it read my repository?
No. You provide both the rules and paths; no files or repository metadata are accessed.
Does it replace git check-ignore?
No. It is a quick browser preview. Git can also apply nested files, global excludes, and index state.
Are paths uploaded?
No. Analysis stays in this browser tab.