Is it possiable to block the specific file type (.dll, .exe) in git commit?
I know we can do this by .gitignore file. But I have more than 500 repo, So It is not easy to add the .gitignore file in every projects.
We can do the same thing by per-receive hook but I get Restrict the specific type file commit in Git.
Any Ideas?