【问题标题】:In the Android Studio 1.3 and later,what should be added in my .gitignore for a project?在 Android Studio 1.3 及更高版本中,我的 .gitignore 中应该为项目添加什么? 【发布时间】:2015-08-25 07:47:41 【问题描述】: 随着Android Studio的改进,现在它的最新版本是1.3.2,在.gitignore中应该放什么才能很好的开发? 【问题讨论】: 标签: android gitignore 【解决方案1】: 签出这个忽略文件:https://github.com/github/gitignore/blob/master/Android.gitignore 还有, 你可以安装这个插件:https://github.com/hsz/idea-gitignore 【讨论】: 谢谢,但是.idea/misc.xml和.idea/encodings.xml需要加吗?