Skip to content
Open
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
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,13 @@ derby.log

# claude code
.claude/

# For GitHub Copilot
.github/copilot-instructions.md

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.github/copilot-instructions.md is GitHub's repository-wide Copilot instructions file, designed to be committed and shared (the Copilot peer of the tracked AGENTS.md), unlike a purely local workspace directory. Ignoring it would silently keep a future shared instructions file (for example one pointing contributors at AGENTS.md) out of git add. If keeping even a repo-level instructions file untracked is the intent here, this is fine as-is; otherwise consider dropping just this line while still ignoring the workspace dirs below.

.github/agents/
.github/instructions/
.github/prompts/
.github/skills/

# openspec
openspec/