Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add .DS_Store to .gitconfig #809

Closed
mocenigo opened this issue Mar 7, 2024 · 1 comment
Closed

Please add .DS_Store to .gitconfig #809

mocenigo opened this issue Mar 7, 2024 · 1 comment
Assignees

Comments

@mocenigo
Copy link

mocenigo commented Mar 7, 2024

Those of us that work on a mac often have the problem of ".DS_Store" files preventing a clean git_pull. In fact, I suggest to add the following to .gitignore

General

.DS_Store
.DS_store
.AppleDouble
.LSOverride

Icon must end with two \r

Icon

Thumbnails

._*

Files that might appear in the root of a volume

.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

Directories potentially created on remote AFP share

.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

@Opt-Mucca
Copy link
Collaborator

I've never developed on Mac, so I'm familiar with this problem. Other repositories seem to have this in their .gitignores, so it shouldn't an issue though.

I've created the merge request #814

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants