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
ag and some other tools support .ignore file, where one can exclude searching in specific files and directories that are of no interest.
Unfortunately in some projects, like for example gitea managed ones, there are hidden dirs like .gitea that one would like ag to search through anyway, by default, especially when dealing with IaC monorepos and similar (as action workflows live there etc).
It would be great, if one could have explicit inclusions for such dirs defined in .ignore-file for exemaple by following .gitignore's !something pattern to explicitly include given path.
Would this be possible?
The text was updated successfully, but these errors were encountered:
ag
and some other tools support.ignore
file, where one can exclude searching in specific files and directories that are of no interest.Unfortunately in some projects, like for example
gitea
managed ones, there are hidden dirs like.gitea
that one would likeag
to search through anyway, by default, especially when dealing with IaC monorepos and similar (as action workflows live there etc).It would be great, if one could have explicit inclusions for such dirs defined in
.ignore
-file for exemaple by following.gitignore
's!something
pattern to explicitly include given path.Would this be possible?
The text was updated successfully, but these errors were encountered: