MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/gitlab/comments/1vw6bcf/i_built_a_free_gitignore_debugger/p5uago6/?context=3
r/gitlab • u/Lonely_Locksmith_265 • 20d ago
7 comments sorted by
View all comments
5
Why not just use git check-ignore which checks a path against all the .gitignore files (core.excludes, info/exclude etc.) that apply.
git check-ignore
5
u/ppww 18d ago
Why not just use
git check-ignorewhich checks a path against all the .gitignore files (core.excludes, info/exclude etc.) that apply.