[CT-1539] [Feature] Ignore manifest.json
files for git grep
#6294
Labels
tech_debt
Behind-the-scenes changes, with little direct impact on end-user functionality
Is this your first time submitting a feature request?
Describe the feature
Problem
There are multiple lengthly JSON files that make it harder to scroll through
git grep ...
results.Here is an example file that gums up the results when doing a search like this:
git grep "unrendered_config" tests
Although this JSON file is all text, it's all on a single line which makes it behave more like a binary file for text comparison tools.
Solution
.gitattributes
file in the root directorybinary
with-diff
or-text -diff
)Then a command like the following will have more consumable results:
Describe alternatives you've considered
No response
Who will this benefit?
No response
Are you interested in contributing this feature?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: