You have files in your repository you don't want Git to ever track them. What should you be doing to avoid ever tracking them?
Answer
Add them to the file .gitignore. This will make sure these files are never added to staging area.
Add them to the file .gitignore. This will make sure these files are never added to staging area.