Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/extensions/starter-templates.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ To create a starter template, just create a GitHub repository that includes the

2. Common GitHub repository files like `README.md` and `LICENSE`.

3. AI assistant configuration files (`CLAUDE.md`, `AGENTS.md`).

If you'd like, you can also include a `.quartoignore` file in the root of your repository listing other files or directories you'd like to exclude. Each line of the file should be a glob describing file(s) to ignore (using syntax like a `.gitignore` file).

### template.qmd
Expand Down
2 changes: 2 additions & 0 deletions docs/projects/_render-targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ By default, all valid Quarto input files (.qmd, .ipynb, .md, .Rmd) in the projec

3. Files named `README.md` or `README.qmd` (which are typically not actual render targets but rather informational content about the source code to be viewed in the version control web UI).

4. AI assistant configuration files (`CLAUDE.md`, `AGENTS.md`) which provide instructions for AI coding assistants and are not intended as rendered content.

If you don't want to render all of the target documents in a project, or you wish to control the order of rendering more precisely, you can add a `project: render: [files]` entry to your project metadata. For example:

``` yaml
Expand Down