Created by: qria
ESlint generates a cache file that defaults to .eslintcache location.
Therefore the first thing people will encounter after running npm start
is an untracked .eslintcache
file generated. I believe this is not a desirable experience that CRA would want to provide.
Therefore I've added it into the .gitignore file.