Skip to content

Commit 164fc2c

Browse files
mnriemCopilot
andcommitted
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>
1 parent 60302fe commit 164fc2c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,14 @@ docs/dev
5050
.specify/extensions/.cache/
5151
.specify/extensions/.backup/
5252
.specify/extensions/*/local-config.yml
53+
54+
#
55+
# The following directories/file are intentionally ignored so that they are not accidentally
56+
# committed to the repository. They contain the scaffolding `specify init --integration copilot`
57+
# does and they are meant for dogfooding Spec Kit during its own feature development.
58+
#
59+
.github/agents/
60+
.github/prompts/
61+
.github/copilot-instructions.md
62+
.specify/
63+
specs/

0 commit comments

Comments
 (0)