哪些文件使用承诺SVN在Android的工作室忽视 [英] Which files to ignore using to commit to SVN in Android Studio

查看:149
本文介绍了哪些文件使用承诺SVN在Android的工作室忽视的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

哪些文件我一定要穿上忽略SVN即时通讯使用的是Android Studio时?

Which files do i have to put on ignore in SVN when im using Android Studio?

目前我已经忽略了这个文件:

Currently i have ignored this files:

*想法
摇篮
* .iml
建立
local.properties
.DS_Store

*.idea
gradle
*.iml
build
local.properties
.DS_Store

推荐答案

当你创建一个Android Studio项目,也将产生的.gitignore文件。 在此基础上,在父文件夹中,我们排除:

When you create an Android Studio project, .gitignore files will be also generated. Based on that, in the parent folder we exclude:

-.gradle
-/local.properties
-/.idea/workspace.xml
-.DS_Store

而在modules目录:

And in the modules directory:

-/build

这篇关于哪些文件使用承诺SVN在Android的工作室忽视的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆