在 git 中忽略 macOS 中的 .Ds_store 文件并添加 .gitignore 文件

问题描述 投票:0回答:1

我从 Ubuntu 切换到 Mac 操作系统,现在我经常使用 Git。但是,Mac OS Finder 中有一个名为 .DS_Store 的文件,它是 macOS Finder 自动生成的。有没有办法忽略 Git 工作目录中的 .DS_Store 文件而不将其添加到 .gitignore 文件中?

git macos gitignore finder
1个回答
0
投票

当然,这并不神奇,但您可以设置一个全局 .gitignore,如下所述:

https://gist.github.com/subfuzion/db7f57fff2fb6998a16c

© www.soinside.com 2019 - 2024. All rights reserved.