corpnewt / MountEFI

An even more robust edition of my previous MountEFI scripts
1.07k stars 119 forks source link

Add .DS_Store to .gitignore #15

Closed prrrnd closed 1 month ago

dabbill commented 1 month ago

Any reason this is still not merged? I was just about to create a pull request for this same thing.

corpnewt commented 1 month ago

Hey there, perhaps I'm missing something, but I don't see any .DS_Store files in the repo that would need ignoring.

-CorpNewt

dabbill commented 1 month ago

Hello, .DS_Store is a file that MacOS adds to any directory that is opened by "Finder" the file explorer. It saves folder layout and some other information for Finder. So if the cloned folder is opened and browsed by Finder, it adds that file. Then GIT complains that you have a file to commit.