X Tutup
The Wayback Machine - https://web.archive.org/web/20210210085035/https://github.com/github/gitignore/pull/3418
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

Add in .DS_Store (macOS Specific) #3418

Closed
wants to merge 1 commit into from
Closed

Conversation

@Nirma
Copy link

@Nirma Nirma commented May 23, 2020

Reasons for making this change:
Usually I and other developers need to manually add this line later.
.DS_Store should be specific to everyone and there is almost no value in sharing it in a project.

Usually I and other developers need to manually add this line later.
.DS_Store should be specific to everyone and there is almost no value in sharing it in a project.
@Hipska
Copy link

@Hipska Hipska commented Jun 11, 2020

This should be in your global .gitignore, It is not relevant for swift.

@Nirma
Copy link
Author

@Nirma Nirma commented Jun 14, 2020

@Hipska That is true, .DS_Store is OS wide if you are on macOS so maybe I should close this.

Thanks for the feedback!

@Nirma Nirma closed this Jun 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
X Tutup