Do you ever push files you didn't want to push? If yes, git guard fix's that! Just run cargo run in the same folder as your project and it reads your files and adds files to your .gitignore for you!
for Windows
install Rust
clone repo
cd C:\users%username%\Documents\GitHub\git_guard
run cargo run
for Linux and MacOS
install Rust
sudo apt install cargoor
sudo dnf install cargoclone repo
cd git_guardrun cargo run
This is Licensed under the MIT license