gpt4 book ai didi

Git 忽略和 Maven 目标

转载 作者:IT王子 更新时间:2023-10-29 01:22:51 25 4
gpt4 key购买 nike

任何人都知道是否可以忽略由 git 管理的文件结构中特定目录的所有实例。

我希望排除具有多个子模块的 Maven 项目中的所有“目标”文件夹。我知道我可以在顶级 .gitignore 中明确排除它们中的每一个,但我真的很想能够指定像 **/target/* 这样的模式,让它自动忽略子目录中的实例?

这可能吗?

最佳答案

根目录中的 .gitignore 文件确实适用于所有子目录。我的看起来像这样:

.classpath
.project
.settings/
target/

这是一个多模块 Maven 项目。所有子模块都使用 m2eclipse 作为单独的 eclipse 项目导入。我没有更多的 .gitignore 文件。事实上,如果您查看 gitignore man page :

Patterns read from a .gitignore file in the same directory as the path, or in any parent directory

所以这应该适合你。

关于Git 忽略和 Maven 目标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/991801/

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