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.
Asked
Active
Viewed 2,138 times
1

Mohammad Arman
- 7,020
- 2
- 36
- 50
1 Answers
2
Can this be a good starting point? https://www.gitignore.io/api/android

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