From 9dfa53d2e9608a0e7002076dc56d0a20348fbaa9 Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Wed, 17 Jun 2026 10:27:20 -0500 Subject: [PATCH] chore: ignore Copilot dogfooding scaffolding in .gitignore (#3019) * chore: ignore Copilot dogfooding scaffolding in .gitignore Ignore the directories and files generated by `specify init --integration copilot` so the dogfooding scaffolding used during Spec Kit feature development isn't accidentally committed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chore: fix gitignore trailing whitespace in comment Remove trailing whitespace and extra comment-only lines in the Copilot dogfooding ignore block. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 1688c8299..c3a3ab525 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,12 @@ docs/dev .specify/extensions/.cache/ .specify/extensions/.backup/ .specify/extensions/*/local-config.yml + +# The following directories/file are intentionally ignored so that they are not accidentally +# committed to the repository. They contain the scaffolding `specify init --integration copilot` +# does and they are meant for dogfooding Spec Kit during its own feature development. +.github/agents/ +.github/prompts/ +.github/copilot-instructions.md +.specify/ +specs/