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

Ignores .DS_Store #888

Closed

Conversation

MasonRemaley
Copy link
Contributor

Adds .DS_Store to the .gitignore for people working on macOS

@andrewrk
Copy link
Member

andrewrk commented Apr 4, 2018

Thanks for the PR!

I recommend putting .DS_Store in your ~/.gitignore file and adding this to your ~/.gitconfig:

[core]
	excludesfile = ~/.gitignore

This goes for OS-specific files and editor-specific files. What belongs in a project-specific .gitignore file is build artifacts specific to that project.

@andrewrk andrewrk closed this Apr 4, 2018
@MasonRemaley
Copy link
Contributor Author

Ah nice, didn't know you could make a global .gitignore file like that will do!

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.

None yet

2 participants