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

ignore files from local Dask work #3527

Merged
merged 2 commits into from
Nov 6, 2020

Conversation

jameslamb
Copy link
Collaborator

When you work locally with dask, by default it will create a directory for itself called dask-worker-space/. You can see this by running a small example like this

from dask.distributed import Client
client = Client()

We'll start doing more local development with Dask in this project soon, based on #3515, so I think this directory dask-worker-space/ should be added to .gitignore.

Copy link
Collaborator

@StrikerRUS StrikerRUS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, let's merge it ahead of main Dask-migrating PR. And I don't see any other items we need take from https://github.com/dask/dask-lightgbm/blob/master/.gitignore.

@jameslamb jameslamb merged commit 335ba23 into microsoft:master Nov 6, 2020
@jameslamb jameslamb deleted the misc/ignore-dask-worker-space branch November 6, 2020 04:35
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants