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

[Storage] Support disable exclude .gitignore #4416

Open
cblmemo opened this issue Nov 26, 2024 · 0 comments
Open

[Storage] Support disable exclude .gitignore #4416

cblmemo opened this issue Nov 26, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@cblmemo
Copy link
Collaborator

cblmemo commented Nov 26, 2024

The file in .gitignore can be useful and one could want to sync them to cluster sometimes. Could we provide an API to suppress the ignore and sync every file to the cluster?

Current workaround: I modified this constant to a random string so it cannot read the excluded file list.

GIT_IGNORE_FILE = '.gitignore'

@cblmemo cblmemo added the good first issue Good for newcomers label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant