diff --git a/docs/exclusions.md b/docs/exclusions.md index 12cc317..d58b3d7 100644 --- a/docs/exclusions.md +++ b/docs/exclusions.md @@ -12,7 +12,7 @@ exclude = ["src/generated"] ## Default exclusions -By default, ty excludes a [variety of commonly ignored directories](./reference/configuration.md#exclude_1). If you want to include one of these directories, you can do so by adding a negative `exclude`: +By default, ty excludes a [variety of commonly ignored directories](./reference/configuration.md#exclude_1). If you want to include one of these directories, you can do so by adding a negative `exclude` using a leading `!`: ```toml title="pyproject.toml" [tool.ty.src]