When I run git status I see this line:
modified: .firebase/hosting.YnRpsGK.cache
I tried adding those lines to .gitignore:
*/firebase
**/firebase
.firebase
firebase
./firebase
.firebase/
*.firebase/
But nothing seems to ignore that firebase cache file. What is the right way to do it?