geekcomputers / geekcomputers/Python
Remove .DS_Store file
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 35.4k
- Forks
- 12.9k
- Avg merge
- 2h 37m
- Merged PRs (30d)
- 1
Description
The .DS_Store file is a MacOS file which is created by finder to save folder preferences and configurations. This file may contain sensitive information as it contains the names of other files in the containing folder.
In this case it's useless
Also the contributing.md file should contain an info for developers to add .DS_Store to gitignore
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by checking the repository root for .DS_Store, then inspect contributing.md and the existing ignore configuration. Done means the unwanted file is removed and contributing.md explains adding .DS_Store to gitignore; verify the resulting changes with git status.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, macos
- Domain
- documentation, tooling
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100