**/dist
**/coverage
**/.vscode
**/.nyc_output
**/.vs

pnpm-lock.yaml
pnpm-workspace.yaml

packages/eslint-plugin/tests/fixtures/indent/

# ignore all error fixtures cos they often have intentional syntax errors
packages/ast-spec/src/*/*/fixtures/_error_/*/fixture.ts

# TODO - remove this once prettier supports it
# https://github.com/prettier/prettier/issues/17405
packages/ast-spec/src/type/TSImportType/fixtures/type-import-type-with-trailing-comma-in-import-attributes/fixture.ts

# TODO - remove this once prettier fixed it
# https://github.com/prettier/prettier/pull/18551
packages/ast-spec/src/statement/ForStatement/fixtures/await-using/fixture.ts
packages/ast-spec/src/statement/ForStatement/fixtures/using/fixture.ts

# Ignore CHANGELOG.md files to avoid issues with automated release job
CHANGELOG.md

packages/website/.docusaurus
packages/website/build

/.nx/cache
/.nx/workspace-data
