问题:
What files should be in my .gitignore
for an Android Studio project? Android Studio项目的.gitignore
文件中应该包含哪些文件?
I've seen several examples that all include .iml
but IntelliJ docs say that .iml
must be included in your source control. 我已经看到了几个都包含.iml
示例,但是IntelliJ文档说.iml
必须包含在源代码控件中。
解决方案:
参考一: https://stackoom.com/question/18E1I/Android-Studio项目的-gitignore应该是什么参考二: https://oldbug.net/q/18E1I/What-should-be-in-my-gitignore-for-an-Android-Studio-project
来源:oschina
链接:https://my.oschina.net/u/4432649/blog/4309489