Remove .DS_Store file

Open
#1,328 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
35/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Stale
Tech stack
git, macos

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.

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

Dominant language
Python
Stars
35.4k
Forks
12.9k
Avg merge
2h 37m
Merged PRs (30d)
1

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from geekcomputers/Python

All issues in geekcomputers/Python

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.