Skip to content

Support setting file sync ignore patterns via the UI #130

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

Open
ethanndickson opened this issue Apr 8, 2025 · 0 comments
Open

Support setting file sync ignore patterns via the UI #130

ethanndickson opened this issue Apr 8, 2025 · 0 comments

Comments

@ethanndickson
Copy link
Member

ethanndickson commented Apr 8, 2025

A Synchronization CreateRequest allows specifying a configuration for alpha, beta, or both simultaneously.
These configurations include the following fields:

    // Ignore configuration parameters (fields 31-60).

    // IgnoreSyntax specifies the syntax and semantics to use for ignores.
    // NOTE: This field is out of order due to the historical order in which it
    // was added.
    ignore.Syntax ignoreSyntax = 34;

    // DefaultIgnores specifies the ignore patterns brought in from the global
    // configuration.
    // DEPRECATED: This field is no longer used when loading from global
    // configuration. Instead, ignores provided by global configuration are
    // simply merged into the ignore list of the main configuration. However,
    // older sessions still use this field.
    repeated string defaultIgnores = 31;

    // Ignores specifies the ignore patterns brought in from the create request.
    repeated string ignores = 32;

    // IgnoreVCSMode specifies the VCS ignore mode that should be used in
    // synchronization.
    ignore.IgnoreVCSMode ignoreVCSMode = 33;

We'll need to expose these synchronization configuration options via the UI.

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

No branches or pull requests

1 participant