Skip to content

Commit

Permalink
docs(prune): document --use-gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-olszewski committed Jan 24, 2025
1 parent a8ae33b commit 8bfe38c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/repo-docs/reference/prune.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,9 @@ Using the same example from above, running `turbo prune frontend --docker` will
Defaults to `./out`.

Customize the directory the pruned output is generated in.

#### `--use-gitignore[=<bool>]`

Default: `true`

Respect `.gitignore` file(s) when copying files to the output directory.

0 comments on commit 8bfe38c

Please sign in to comment.