I have hosted my Flutter app using Firebase Hosting. After hosting it, I noticed that a .firebase folder was created that contains just one file, hosting.<alphanumeric>.cache.
Should I track the contents of the .firebase folder? Or should I add the .firebase folder to the .gitignore?
 
    