Android Studio Git .gitignore vs Project > Settings > Version Control > Ignored Files
Ok to answer my own question. To go back to using .gitignore, do the following: Go to Settings > Version Control > Ignored Files and remove all ignored files. Hit Apply. Still in Settings > Version Control change the type of version control from Git to none. Hit Apply. Delete the project’s .git directory created … Read more