Git's primary job is to hep us track changes to the files in our repository.
Towards that end, Git dutifully and repeatedly informs us about untracked files
to help remind us to add them with with a git add
command.
But there are many files we don't need or want to track and wish to exclude from our repository. We want Git to ignore these files so Git will stop