Reputation: 51
As the Android Studio is improved,now its latest version is 1.3.2,what should be in the .gitignore so that i can develop well?
Upvotes: 2
Views: 177
Reputation: 1759
checkout this ignore file: https://github.com/github/gitignore/blob/master/Android.gitignore
Also,
you can install this plugin: https://github.com/hsz/idea-gitignore
Upvotes: 2