summaryrefslogtreecommitdiff
path: root/.gitattributes
AgeCommit message (Collapse)AuthorFilesLines
2024-07-12Configure Git to handle binary filesFarah Rasheed1-1/+3
Mark `.png` and `.woff` files as binary to prevent line ending conversions. Change-Id: Ic9c46d4d62d29aa529d45f3487dcd62f78554bc3 Signed-off-by: Farah Rasheed <Farah.Rasheed1@dell.com>
2021-03-09Add .gitattributes fileDerick Montague1-0/+1
This file has a setting that assures that our end of line defaults to lf for all developers when cloning or checking out a branch. This is important for windows users. When they checkout, the eol is being set to CRLF which slows down the build and requires they run the lint command and stage every file in the application to keep linting from slowing down the build process. https://prettier.io/docs/en/options.html#end-of-line Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I700e5f1591437c60868ac7e81bd29d613ad868e9