Skip to content

.DS_Store should be ignored in .gitignore #4929

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

Closed
emilykl opened this issue Dec 6, 2024 · 0 comments · Fixed by #4930
Closed

.DS_Store should be ignored in .gitignore #4929

emilykl opened this issue Dec 6, 2024 · 0 comments · Fixed by #4930

Comments

@emilykl
Copy link
Contributor

emilykl commented Dec 6, 2024

.DS_Store utility files generated by Mac OS should be ignored in .gitignore because we never want to commit them to the repo. Without ignoring, git status output looks like this:

$ git status
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
        packages/.DS_Store
        packages/python/.DS_Store
        packages/python/chart-studio/.DS_Store
        packages/python/chart-studio/chart_studio/.DS_Store
        packages/python/plotly-geo/.DS_Store
        packages/python/plotly-geo/_plotly_geo/.DS_Store
        packages/python/plotly/.DS_Store
        packages/python/plotly/_plotly_utils/.DS_Store
        packages/python/plotly/codegen/.DS_Store
        packages/python/plotly/jupyterlab_plotly/
        packages/python/plotly/plotly/.DS_Store
emilykl added a commit that referenced this issue Dec 6, 2024
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

Successfully merging a pull request may close this issue.

1 participant