text GIT忽略多个协作者项目的首选项
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text GIT忽略多个协作者项目的首选项相关的知识,希望对你有一定的参考价值。
#.gitignore
#built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
# Windows thumbnail db
Thumbs.db
# OSX files
.DS_Store
# Android Studio
*.iml
.idea
#.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
#.idea/libraries
#.idea/modules.xml
.gradle
build/
.navigation
captures/
output.json
#NDK
obj/
.externalNativeBuild
以上是关于text GIT忽略多个协作者项目的首选项的主要内容,如果未能解决你的问题,请参考以下文章
使用 GIT 进行协作 - 第三方库
git提交时忽略指定文件
Git教程Git多人协作开发
git忽略指定的文件
Git详细教程---多人协作开发
我的RoR项目的远程协作