-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
Feature: Remove .DS_STORE
File and Ignore in .gitignore
#224
Comments
I agree with the proposal because we don't need the file here. However, let's also hear from @BekahHW. If this is a go, would you like to work on it, @samucodesh? |
Hello @adiati98 If possible, I would like to work on it. Also, i think it's a good idea to add: |
@samucodesh I'm sorry to have missed this. Is this something you're still interested in working on? |
Absolutely, I'm still very interested in working on this. |
@samucodesh you can now claim it. 🙂 |
.take |
Suggested solution
The
.DS_STORE
files are generated by macOS and are not needed in the repository.Delete existing
.DS_STORE
fileAdd
.DS_STORE
to.gitignore
:.gitignore
file:*.DS_STORE
This will prevent future
.DS_STORE
files from being added to the repository, keeping it clean and efficient.The text was updated successfully, but these errors were encountered: