Solve gitignore not working windows


The solution gitignore not working windows

1
2
3
git rm -r –cached .
git add .
git commit -m ".gitignore is now working"

For android, .gitignore can be :

1
2
3
4
gen/
bin/
project.properties
.gitignore

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.