In the right-click Git Ignore submenu, please add an option to "Ignore this folder".
Right now, if I right-click a file inside a folder (like dlls/msxml3 in the attached image), I can only ignore the file itself or its extension. I want a quick way to just ignore the entire parent directory (dlls/ or the specific subfolder) so I don't have to open .gitignore pattern menu and type it manually every time.
GitHub Desktop already has this feature and it's incredibly useful for quickly blocking build/dependency folders.
Proposed menu addition:
- Ignore this file only
- Ignore all *.c files
- Ignore *.c files in the same folder
- Ignore this folder
<- Add this
In the right-click Git Ignore submenu, please add an option to "Ignore this folder".
Right now, if I right-click a file inside a folder (like
dlls/msxml3in the attached image), I can only ignore the file itself or its extension. I want a quick way to just ignore the entire parent directory (dlls/or the specific subfolder) so I don't have to open.gitignorepattern menu and type it manually every time.GitHub Desktop already has this feature and it's incredibly useful for quickly blocking build/dependency folders.
Proposed menu addition:
<- Add this