Kalina
Kalina

Reputation: 51

In the Android Studio 1.3 and later,what should be added in my .gitignore for a project?

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

Answers (1)

Jerome
Jerome

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

Related Questions