Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Support setting file sync ignore patterns via the UI #130

@ethanndickson

Description

@ethanndickson

A SynchronizationCreateRequest 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp