Today I deployed firebase hosting. After deployment, I noticed firebase creates file of .firebase/hosting.ALPHANUM.cache
, where ALPHANUM is actually some random baseNN ish value.
Question
- What is the purpose of this file?
- More especially, can I add this to
.gitignore
?- Or, I should not?