You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file of the .eslintcache is the bundle of the create-script,
but this file, that not been tracked, is about operation of the git
so this problem is about how operation of git ignore this file.
My solution is :
1.delete .eslintcache , and git add . git push this commit ;
2.then run your project in command line , you'll not see this file been tracked;
Describe the solution you'd like
The
.gitignore
generated bycreate-react-app
should include.eslintcache
.The text was updated successfully, but these errors were encountered: