Skip to content

it doesn't work read .ignore regex from .gitignore #101

@angelandy

Description

@angelandy

.gitignore:

.uploader_config
.idea

and

def globers_to_regex(globers):
    return map(fnmatch.translate, globers)

can't not change to right regex

read from .gitignore
['.uploader_config', '.idea']

after changed:
['\.uploader\_config\Z(?ms)', '\.idea\Z(?ms)']

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions