Replies: 1 comment
-
Since I didn't get an answer, I assume this cannot be done. So I converted this to a feature request. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I often use various notes/checkpoints/reminders in my code to remind me to do something. A simple example is the classic "// TODO remember to foo" comment, but there are others. None should be checked into source control, so I have a git pre-commit hook to prevent that.
However they still appear in lazygit, and are "noise", especially when there are many files with such reminders.
Is there a way to configure lazygit to skip/hide/ignore/whatever lines with specific texts?
Beta Was this translation helpful? Give feedback.
All reactions