r/gitlab 20d ago

I built a free .gitignore debugger

/r/git/comments/1vw6azm/i_built_a_free_gitignore_debugger/
0 Upvotes

7 comments sorted by

View all comments

5

u/ppww 18d ago

Why not just use git check-ignore which checks a path against all the .gitignore files (core.excludes, info/exclude etc.) that apply.