feat: add copilot instructions and release notes guidelines; update .gitignore and VSCode settings

This commit is contained in:
Nick Alteen
2025-07-11 13:36:46 -04:00
parent 6f4f96e326
commit 8f6413f2d9
5 changed files with 127 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"servers": {
"github": {
"url": "https://api.githubcopilot.com/mcp/",
"type": "http"
}
},
"inputs": []
}