MLH-Fellowship / prep-project-22.P3.1

MLH Prep Project for 22.P3.1
https://prep-22-p3-1-project.netlify.app
MIT License
10 stars 15 forks source link

.eslintcache file should be in the node modules folder and should be ignored #30

Closed suraj-singh127 closed 2 years ago

suraj-singh127 commented 2 years ago

.eslintcache file keeps getting generated even after trying the various available method to .gitignore this file, the files keeps generating. As of now the only viable solutions seems to be deleting the .eslintcache file and then push the changes upstream.

Here is a reference of this issue - https://github.com/facebook/create-react-app/pull/9977

can you guys please look into this issue and confirm if this happens on your devices as well?

Mutugiii commented 2 years ago

Adding it to the .gitignore should be sufficient since it remains untracked

yashika51 commented 2 years ago

Yeah I think .gitignore should handle it if the gitignore file and the cache file are in the same directory. @suraj-singh127

Mayank17M commented 2 years ago

@yashika51 this can be closed