mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #101] ignore .git by default #40
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zachvalenta on GitHub (Aug 6, 2020).
Original GitHub issue: https://github.com/bootandy/dust/issues/101
Thinking that this could be configurable but IMO makes sense to ignore
.gitby default.@bootandy commented on GitHub (Aug 8, 2020):
You are the second person to mention ignoring .git files, so I feel I should listen.
I envisaged people using this to see where their disk is being used up. Clearly people have other users, (which is great), but I want to understand why you want to ignore .git files.
@chiefjester commented on GitHub (Aug 9, 2020):
hey @bootandy 👋 let do another +1 on the idea. Would love to have a configurable file for ignore. We can take
ripgrepandfdapproach where they have a global~/.ignoreand also respects current~/.gitignoreI would love to have an option to ignore hidden files too.
@bootandy commented on GitHub (Aug 19, 2020):
I'll try to get this in but it won't be on by default, you will have to pass a --hide-hidden flag or something.
@bootandy commented on GitHub (Sep 3, 2020):
https://github.com/bootandy/dust/pull/111