From 11df6846993f9e7d5182433fec77b2b8c2d9da3e Mon Sep 17 00:00:00 2001 From: Fei Wang Date: Thu, 11 Jun 2026 08:50:20 -0700 Subject: [PATCH] Build: Add GitHub Copilot and openspec files to .gitignore GitHub Copilot agent configuration files (.github/copilot-instructions.md, .github/agents/, .github/instructions/, .github/prompts/, .github/skills/) are user-specific workspace configurations that should not be tracked in the shared repository. Similarly, openspec/ is a local workspace directory that should be excluded. --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 94bace4f1652..f8b2807889b9 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,13 @@ derby.log # claude code .claude/ + +# For GitHub Copilot +.github/copilot-instructions.md +.github/agents/ +.github/instructions/ +.github/prompts/ +.github/skills/ + +# openspec +openspec/