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
Add support for an ignore file(s) which can be used to define files that can be excluded. Syntax should match .gitignore and could just default to .gitignore but if a .todosignore file is present it could take precedence in case users need to set the file differently from their .gitignore.
I started trying to use go-gitignore on #135 but eventually started writing my own lexer at https://github.com/ianlewis/lexparse. TBH, I can't remember why I did that but I'm sure it has to do with how go-gitignore does its file i/o which makes it hard to work on cross platform (e.g. windows).
Add support for an ignore file(s) which can be used to define files that can be excluded. Syntax should match
.gitignore
and could just default to.gitignore
but if a.todosignore
file is present it could take precedence in case users need to set the file differently from their.gitignore
.Related #63
The text was updated successfully, but these errors were encountered: