Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated .gitignore should include .eslintcache #10306

Open
jashsayani opened this issue Dec 28, 2020 · 3 comments
Open

Generated .gitignore should include .eslintcache #10306

jashsayani opened this issue Dec 28, 2020 · 3 comments

Comments

@jashsayani
Copy link

Describe the solution you'd like

The .gitignore generated by create-react-app should include .eslintcache.

@codingpierogi
Copy link

See #10161

@cseas
Copy link

cseas commented Dec 30, 2020

I believe it's planned to be moved to node_modules which will remove the need for adding it to .gitignore
#9977
cc: @ianschmitz

@zhaodengping
Copy link

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;

Good luck!😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants