Is there a handy way to ignore all untracked files and folders in a git repository? (I know about the .gitignore.)
.gitignore
So git status would
git status
-u no doesn't show unstaged files either. -uno works as desired and shows unstaged, but hides untracked.
-u no
-uno