I have a file called "sitemap.xml" that (to my knowledge) is not part of my git repository. It is on my .gitignore list though. To test my theory, I've updated the sitemap.xml file locally and it didn't appear as changed in Tower (my git GUI client).
There is an existing "sitemap.xml" on my site though. When I push a new git commit live, the existing "sitemap.xml" file is deleted on my site. This leads me to believe "sitemap.xml" is still somehow part of my git repository.
I tried going into Terminal on my local machine and doing "git rm sitemap.xml" in the proper directory in my git repo, but there was a "pathspec" error saying it "did not match any files."
Any ideas?