.gitignore 不用说了,大家都知道。
有一个 exclude 可能接触比较少。
知道这个功能后发现,用在服务器上非常方便,因为服务器上可以会产生一些特别的文件,但是又不想添加到 gitignore 上,这时就可以加到 exclude 文件中忽略。

exclude 的目录在 .git/info/exclude 里面。

相关文章:

  • 2022-02-07
  • 2021-11-27
  • 2021-07-18
  • 2022-02-13
  • 2022-02-07
  • 2022-12-23
猜你喜欢
  • 2021-11-11
  • 2021-12-14
  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-06
相关资源
相似解决方案