We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.DS_Store
No description provided.
The text was updated successfully, but these errors were encountered:
@heyodai It's a macOS-specific file. We can remove it and add it to .gitignore?
Sorry, something went wrong.
@rahulmysore23 - Per Stack Overflow, I think we need to first do this before adding it to .gitignore:
.gitignore
git rm -r --cached .DS_Store git commit -m "Remove ignored files"
.gitignore only affects future commits, so it won't remove it from the git history.
I've been through this before, unfortunately 😅 This ticket is just a reminder for me to go do this at some point.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: