Prerequisites
Reproduction url
https://gist.github.com/DonIsaac/281d96b840521bf66e223e41bd0e3e1e
Reproduction access
Description of the issue
When I (or my colleagues) create a branch ending in .ts, .tsx (etc), knip reports files in .git/logs for those branches as unused files. We can solve this by adding .git/** to "ignore" but these should be ignored by default.
Expected Behavior
.git should be ignored by default
Actual Behavior
Files get reported.
Prerequisites
Reproduction url
https://gist.github.com/DonIsaac/281d96b840521bf66e223e41bd0e3e1e
Reproduction access
Description of the issue
When I (or my colleagues) create a branch ending in
.ts,.tsx(etc), knip reports files in.git/logsfor those branches as unused files. We can solve this by adding.git/**to"ignore"but these should be ignored by default.Expected Behavior
.gitshould be ignored by defaultActual Behavior
Files get reported.