-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add .todosignore file support. #135
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Ian Lewis <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #135 +/- ##
==========================================
- Coverage 78.50% 78.44% -0.07%
==========================================
Files 15 15
Lines 977 988 +11
==========================================
+ Hits 767 775 +8
- Misses 151 153 +2
- Partials 59 60 +1
|
Signed-off-by: Ian Lewis <[email protected]>
Signed-off-by: Ian Lewis <[email protected]>
Signed-off-by: Ian Lewis <[email protected]>
Signed-off-by: Ian Lewis <[email protected]>
Windows tests are currently being held up by ianlewis/go-gitignore#3 because |
Need to use https://github.com/ianlewis/go-gitignore after ianlewis/go-gitignore#16 gets merged. |
Now we need to wait for these bugs to get fixed so that it works on Windows. |
A friendly reminder that this PR had no activity for 120 days. |
Fixes #125
Adds support for a
.todosignore
file that works exactly the same way as the.gitignore
and uses the same format.