What is the purpose of .gitattributes file in a repository ?
What is the purpose of .gitattributes file in a repository? ICSM Computer 489 04 Jul 2025 What is the purpose of .gitattributes file in a repository?
The
.gitattributesfile is used to control how Git handles files in a repository.In short, it helps to:
It keeps file handling predictable and avoids cross-platform issues.