The Problem
I had a lot of files autogenerated by Android studio after I build the project, so when I try to commit
the project, the commit section is full of files I didn't want to commit
or push
to the repo.
How I can tell Git
to don't care about these files and didn't commit or push them?
What I try
I try to add the packages dir in the .gitignor
file, but it seems nothing happens.