I'm trying to push my code in Github but the CSV file keeps causing problems I don't want a CSV file in my GitHub. How can I exclude the CSV file while doing a git push?
Here's what I tried :
- I added file to .gitignore
- I remove it from GitHub by rm ./file.CSV
- I remove the cache by git rm --cached ./file.CSV
- I'm currently pushing it without CSV but it still adds CSV
I think the problem is I accidentally added CSV in 0.65 and I can't commit master since.