gpt4 book ai didi

Git 忽略随机数字文件夹名称

转载 作者:太空狗 更新时间:2023-10-29 14:29:09 27 4
gpt4 key购买 nike

我想忽略一些用随机数字名称甚至 float 生成的文件夹,但我不知道如何查看它们以包含在 .gitignore 文件中

最佳答案

怎么样:

* //Ignore everything

!*[!0-9.]* //Except things with some characters besides numbers (and period, for decimals) in them
!*.*.* //And except things with two periods, since these can't be numbers

请注意,这些是 shell glob 而不是正则表达式。

关于Git 忽略随机数字文件夹名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40616603/

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