gpt4 book ai didi

git忽略文件但不忽略同名文件夹

转载 作者:行者123 更新时间:2023-12-03 16:45:12 27 4
gpt4 key购买 nike

我的代码结构是:

.gitignore
my-service << this is a file without an extention
charts
| my-service << this is a folder
| | file1
| | file2

当我在 gitignore 中写字时 my-service它忽略了 my-service 文件和 my-service文件夹。
如何仅忽略根目录中的文件,而不忽略子目录中的文件?

最佳答案

你可以用 ! 做相反的事情在 .gitignore 中

myservice
!myservice/

关于git忽略文件但不忽略同名文件夹,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49420785/

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