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 .DS_Store file that made it into repo at top-level #48

Open
heyodai opened this issue Nov 11, 2023 · 2 comments
Open

Remove .DS_Store file that made it into repo at top-level #48

heyodai opened this issue Nov 11, 2023 · 2 comments

Comments

@heyodai
Copy link
Owner

heyodai commented Nov 11, 2023

No description provided.

@rahulmysore23
Copy link
Collaborator

@heyodai It's a macOS-specific file. We can remove it and add it to .gitignore?

@heyodai
Copy link
Owner Author

heyodai commented Nov 14, 2023

@rahulmysore23 - Per Stack Overflow, I think we need to first do this before adding it to .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.

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

No branches or pull requests

2 participants