There was an error while loading. Please reload this page.
Reads raw .gitattributes content from the filesystem.
This reader SHALL return the complete textual contents of a .gitattributes file, and MUST yield an empty string when the file does not exist.
\FastForward\DevTools\GitAttributes\Reader
\FastForward\DevTools\GitAttributes\ReaderInterface
Reads a .gitattributes file from the specified filesystem path.
public read(string $gitattributesPath): string
Parameters:
$gitattributesPath
Return Value:
The raw .gitattributes content, or an empty string when absent.