You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actions[bot] edited this page May 22, 2026
·
1 revision
Defines the contract for a .gitignore file with its path and entries.
This interface MUST be implemented by any class that represents a .gitignore file.
It SHALL allow iteration over entries and provide access to the file path.
Full name: \FastForward\DevTools\GitIgnore\GitIgnoreInterface
Parent interfaces:
IteratorAggregate
Methods
path
Returns the file system path to the .gitignore file.
publicpath(): string
Return Value:
the absolute path to the .gitignore file
entries
Returns the list of entries from the .gitignore file.