Byron / dua-cli

View disk space usage and delete unwanted data, fast.
https://lib.rs/crates/dua-cli
MIT License
3.67k stars 102 forks source link

Ignore .vscode directory (same as .idea) #230

Closed gosuwachu closed 4 months ago

gosuwachu commented 4 months ago

Will be ready after https://github.com/Byron/dua-cli/pull/231 lands on main.

Byron commented 4 months ago

Thanks for the hint!

I actually want to go in the other direction, please see the commit message of 30f28a7426ea4093a0205e02674bd43943130b88 for details. Thanks for your understanding, but doing it like this will scale across all repositories right away without the need for changing each of their ignore files to match a local setup.

Doing so also enables cool new features (precious files) :).

gosuwachu commented 4 months ago

TIL, I have never used global .gitignore, but I have just set it up. Definitely useful for "precious files" :)