gpt4 book ai didi

android - 在 Android 项目中 git 应该忽略哪些文件夹

转载 作者:太空宇宙 更新时间:2023-11-03 13:24:52 26 4
gpt4 key购买 nike

我正在使用 Eclipse 和 git 构建一个 Android 应用程序。每次我提交时,我都会看到我不确定是否需要跟踪的文件更改(例如,bin 文件夹中的一些文件)。在这种项目中,git 可以安全地忽略哪些文件夹?

最佳答案

您可以使用 gitignore.io构建一个适合你的 .gitignore 文件。使用 Android、Eclipse 和 Java 标签,我得到了这个:

# Created by http://www.gitignore.io

### Android ###
# Built application files
*.apk
*.ap_

# Files for the Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin/
gen/

# Gradle files
.gradle/
build/

# Local configuration file (sdk path, etc)
local.properties

# Proguard folder generated by Eclipse
proguard/


### Eclipse ###
*.pydevproject
.metadata
.gradle
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# PDT-specific
.buildpath

# sbteclipse plugin
.target

# TeXlipse plugin
.texlipse


### Java ###
*.class

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.ear

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

gitignore.io 使用可用的模板 gitignore GitHub 上的项目。

关于android - 在 Android 项目中 git 应该忽略哪些文件夹,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21955941/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com