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

feat: add support for include/exclude all nested files when a directory is specified and ends with a slash #1873

Commits on Jan 18, 2024

  1. feat: add support for exclude all nested files when a directory is sp…

    …ecified and ends with a slash
    jackton1 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    9b523e6 View commit details
    Browse the repository at this point in the history
  2. Merge 9b523e6 into cbd5907

    jackton1 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    6dcedd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1054b66 View commit details
    Browse the repository at this point in the history
  4. refactor: refactor file pattern handling in generator functions

    - Modify the logic for adding wildcard characters to both directory and non-directory file patterns in the `lineOfFileGenerator` function.
    - Refactor the process of adding exclamation point prefix in ignored file patterns in the `getFilePatterns` function.
    - Change and simplify the method of appending the wildcard characters to paths in the `getFilePatterns` function.
    jackton1 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    23cb630 View commit details
    Browse the repository at this point in the history
  5. Merge 23cb630 into cbd5907

    jackton1 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    7874da8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    632df99 View commit details
    Browse the repository at this point in the history