Skip to content

Conversation

@antonkomarev
Copy link
Contributor

@antonkomarev antonkomarev commented Jan 5, 2026

@BenMorel .DS_Store files usually added automatically by MacOS X. It's pretty usual to ignore them.

@BenMorel
Copy link
Member

BenMorel commented Jan 5, 2026

Hi, this is something that can be ignored globally on your machine with a local .gitignore file:

git config --global core.excludesFile ~/.gitignore

I'm doing the same for .idea (PhpStorm), and I want to avoid opening the pandora box of gitignoring every setup out there!

@antonkomarev
Copy link
Contributor Author

antonkomarev commented Jan 5, 2026

Yeah, me too, but a lot of people doesn't use global ignores. I think it's not big deal to add this, because it's not IDE related, but OS.

It's hard to maintain ignores of all IDEs, but not hard to add OS meta files.

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

Successfully merging this pull request may close these issues.

2 participants