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

Remove & ignore .DS_Store #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

infotexture
Copy link

The macOS Desktop Services Store file .DS_Store should not be included in Git repositories.

This pull request removes the hidden file from the repository and adds a .gitignore file to ensure that any future changes do not re-add the file.

For more information, see Ignoring Files:

Often, you’ll have a class of files that you don’t want Git to automatically add or even show you as being untracked. These are generally automatically generated files such as log files or files produced by your build system. In such cases, you can create a file listing patterns to match them named .gitignore.

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.

1 participant