PositiveGuy
PositiveGuy

Reputation: 47743

Repository Enforced Global Ignore Pattern

Besides making sure devs have a global ignore pattern in place with Tortoise is there a way to safeguard against this by enforcing it from the server itself via repository so that you don't have to worry about devs checking in wrong files?

Upvotes: 0

Views: 101

Answers (1)

Oliver Charlesworth
Oliver Charlesworth

Reputation: 272467

That is what pre-commit hooks are for.

Upvotes: 2

Related Questions