![]()
If you do not want to see Git messages about build directories or miscellaneous scratch files then add them to your .gitignore file. To do so, create the file, add the directories/files and then add the file to git.
E.g.
touch .gitignore
Edit the file to suit your needs and then add/commit.
git add .gitignore git commit .gitignore
