ignored 0.0.2

A Rust implementation of the .gitignore file format for quickly checking whether a path is ignored by git - without invoking the git cli.
Documentation
name: Spellcheck

permissions:
  contents: read

on:
  push:
    branches:
      - main

  pull_request:

jobs:
  spellcheck:
    name: Run spell check
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v6
        with:
          persist-credentials: false

      - name: Run spellcheck
        uses: crate-ci/typos@v1.44.0