bobgilmore / githooks

My personal githooks, which help me avoid silly or obvious mistakes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add erector for no .gitignore file

bobgilmore opened this issue · comments

This would be a new kind of detector - one that looks for the EXISTENCE (or lack thereof) in a repo, NOT the contents of the current commit.

Fail if there's no .gitignore present. I really want this one, since cleaning get up the state f fit after accidentally forgetting to ignore certain files is a real pain.