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

Added file detection for *.SVG files when working with folders #1316

Merged
merged 3 commits into from Feb 18, 2021

Commits on Jan 26, 2021

  1. Added file detection for *.SVG files when working with folders

    Currently, files named *.SVG are not being detected under Windows because of the case-sensitivity. This commit includes these in addition to *.svg files.
    AlpayY committed Jan 26, 2021
    Copy the full SHA
    d40e3a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Changed implementation to use just one regex

    Implemented suggestion of @janmoritz.
    AlpayY committed Feb 3, 2021
    Copy the full SHA
    31dd2e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Copy the full SHA
    9ba1413 View commit details
    Browse the repository at this point in the history