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

Add ignoreFiles option #228

Merged
merged 18 commits into from Jan 25, 2022
Merged

Add ignoreFiles option #228

merged 18 commits into from Jan 25, 2022

Commits on Jan 24, 2022

  1. Add ignoreFiles option

    This is very similar to the `gitignore` option, except it allows globing for any compatible ignore file (eg, `.prettierignore` or `.eslintignore`).
    jridgewell committed Jan 24, 2022
    Copy the full SHA
    acf4499 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Review updates

    jridgewell committed Jan 25, 2022
    Copy the full SHA
    42f29a5 View commit details
    Browse the repository at this point in the history
  2. Review edits

    jridgewell committed Jan 25, 2022
    Copy the full SHA
    5a3efcb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    880fa27 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into ignorefiles

    # Conflicts:
    #	ignore.js
    #	index.js
    fisker committed Jan 25, 2022
    Copy the full SHA
    9283d1a View commit details
    Browse the repository at this point in the history
  5. Rename

    fisker committed Jan 25, 2022
    Copy the full SHA
    3f1594b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    6f503fa View commit details
    Browse the repository at this point in the history
  7. Fix docs

    fisker committed Jan 25, 2022
    Copy the full SHA
    0da7fbd View commit details
    Browse the repository at this point in the history
  8. Minor tweak

    fisker committed Jan 25, 2022
    Copy the full SHA
    5f295bc View commit details
    Browse the repository at this point in the history
  9. Glob dot file

    fisker committed Jan 25, 2022
    Copy the full SHA
    411e85f View commit details
    Browse the repository at this point in the history
  10. Rename variable

    fisker committed Jan 25, 2022
    Copy the full SHA
    bcbcf8b View commit details
    Browse the repository at this point in the history
  11. Rename variable

    fisker committed Jan 25, 2022
    Copy the full SHA
    e2a53e0 View commit details
    Browse the repository at this point in the history
  12. Reduce diff

    fisker committed Jan 25, 2022
    Copy the full SHA
    f821c4f View commit details
    Browse the repository at this point in the history
  13. Reduce diff

    fisker committed Jan 25, 2022
    Copy the full SHA
    81e9103 View commit details
    Browse the repository at this point in the history
  14. Refactor tests

    fisker committed Jan 25, 2022
    Copy the full SHA
    2192312 View commit details
    Browse the repository at this point in the history
  15. Update index.d.ts

    sindresorhus committed Jan 25, 2022
    Copy the full SHA
    aaa6247 View commit details
    Browse the repository at this point in the history
  16. Update readme.md

    sindresorhus committed Jan 25, 2022
    Copy the full SHA
    cc898f5 View commit details
    Browse the repository at this point in the history
  17. Update readme.md

    sindresorhus committed Jan 25, 2022
    Copy the full SHA
    6d11ee6 View commit details
    Browse the repository at this point in the history