1

I have published my Android Studio Project on github. As Android Studio projects has so many new files like gradle, iml, properties, md etc files, I need to know what files should be included in the ignore list. If any one can share a typical .gitignore file for Android Studio will help me a lot.

Mohammad Arman
  • 7,020
  • 2
  • 36
  • 50

1 Answers1

2

Can this be a good starting point? https://www.gitignore.io/api/android

Stefano Ricciardi
  • 2,923
  • 3
  • 33
  • 40