I want to hide my googleservices.json from git, thus I want to add it to the .gitignore file. My googleservices.json file is located inside android/app/googleservices.json
When I add this location to the .gitignore file, it still tracks it, What should I do?