Parse() Next returns the next well-formed .gitignore Pattern from the parser stream. If an error is encountered, and the error handler is either not defined, or returns true, Next will skip to the end of the current line and attempt to parse the next Pattern. If the error handler returns false, or t
()