Target files with no file extension in .gitattributes
So, in .gitattributes,*
matches all files, including those that have no file extension, and more specific rules can be applied later down in the attributes file.
Target files with no file extension in .gitattributes
So, in .gitattributes,*
matches all files, including those that have no file extension, and more specific rules can be applied later down in the attributes file.