Skip to content

Idea: ignore via remote .gitignore #1

@Tevz-B

Description

@Tevz-B

Option to read remote .gitignore and ignore those files.
Option to include / unignore certain files from remote .gitignore.

Example:
remote .gitignore:

build/
Makefile

config.toml

remote_gitignore = true
remote_gitignore_include_pattern  = "Makefile"

In this example, the build dir would not be synced and Makefile would be synced.

Just an idea with an example, the include pattern option could be refined probably.

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