SyntaxFix
Write A Post
Hire A Developer
Questions
IMHO better than the accepted answer is to use the following:
git config --local status.showUntrackedFiles no
The accepted answer does not work for when new files are added that are not in .gitignore
.gitignore