gpt4 book ai didi

ruby-on-rails - Git 忽略指定目录中期望的所有文件

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

我的 Rails 应用程序将所有用户照片上传到文件夹/uploads/photos/。除了一个子文件夹/uploads/photos/default/之外,我想在 git 中忽略此文件夹中的所有内容。

这可以使用 .gitignore 文件吗?

最佳答案

您可以使用前缀 !

来自man page

An optional prefix ! which negates the pattern; any matching file excluded by a previous pattern will become included again. If a negated pattern matches, this will override lower precedence patterns sources.

# ignore generated html files,
*.html
# except foo.html which is maintained by hand
!foo.html

虽然我通常不会将用户生成的内容存储在与我的代码库/存储库相同的层次结构中。

关于ruby-on-rails - Git 忽略指定目录中期望的所有文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3926171/

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