gpt4 book ai didi

git - 有 .gitnotice 文件吗?

转载 作者:行者123 更新时间:2023-12-04 16:39:59 24 4
gpt4 key购买 nike

我有一个目录,我想在其中跟踪许多文件中的少数文件。与 .gitnotice 相比,.gitignore 文件会变得不必要地长。是否可以告诉 git 忽略除指定文件之外的所有内容?

最佳答案

您可以使用 ! 字符来否定 .gitignore 中的模式。因此,例如,您可以忽略除几个特定文件之外的整个目录:

dir_to_ignore/*
!dir_to_ignore/file_you_want_to_track
!dir_to_ignore/another_file_you_want_to_track

关于git - 有 .gitnotice 文件吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62915091/

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