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 certain file globs when under dir kube sync #3452

Merged
merged 1 commit into from
Aug 2, 2021
Merged

Conversation

Nokel81
Copy link
Collaborator

@Nokel81 Nokel81 commented Jul 20, 2021

  • .DS_Store
  • *.lock
  • *.swp

Signed-off-by: Sebastian Malton [email protected]

@Nokel81 Nokel81 added the bug Something isn't working label Jul 20, 2021
@Nokel81 Nokel81 added this to the 5.1.3 milestone Jul 20, 2021
@Nokel81 Nokel81 self-assigned this Jul 20, 2021
@Nokel81 Nokel81 requested a review from a team as a code owner July 20, 2021 12:49
@Nokel81 Nokel81 requested review from nevalla and aleksfront and removed request for a team July 20, 2021 12:49
@github-actions
Copy link
Contributor

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions
Copy link
Contributor

Conflicts have been resolved. A maintainer will review the pull request shortly.

@Nokel81 Nokel81 modified the milestones: 5.1.3, 5.2.0 Jul 22, 2021
@github-actions
Copy link
Contributor

This pull request has conflicts, please resolve those before we can evaluate the pull request.

- .DS_Store
- *.lock
- *.swp

Signed-off-by: Sebastian Malton <[email protected]>
@github-actions
Copy link
Contributor

Conflicts have been resolved. A maintainer will review the pull request shortly.

/**
* This is the list of globs of which files are ignored when under a folder sync
*/
const ignoreGlobs = [
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we allow users to add more globs in future PR?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

That sounds like a good idea in the future. Though we might wait until someone asks for it.

Copy link
Contributor

@nevalla nevalla left a comment

Choose a reason for hiding this comment

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

LGTM

@jakolehm jakolehm merged commit f351781 into master Aug 2, 2021
@jakolehm jakolehm deleted the dir-sync-ignore branch August 2, 2021 12:02
@Nokel81 Nokel81 mentioned this pull request Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants