Files
Sam Morrow 6fd9d070ba chore(gitignore): anchor binary names to repo root (#2522)
The bare `github-mcp-server`, `mcpcurl`, and `e2e.test` rules matched
those names anywhere in the tree, which silently ignored new files
created under `cmd/github-mcp-server/` (the rule treats the directory
component as a match). The intent was to ignore the binaries produced
by `go build` at repo root, so anchor each rule with a leading slash.

The existing `cmd/github-mcp-server/github-mcp-server` rule on line 2
continues to ignore the binary when built inside the cmd directory.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-21 23:02:07 +02:00

34 lines
424 B
Plaintext

.idea
cmd/github-mcp-server/github-mcp-server
# VSCode
.vscode/*
!.vscode/launch.json
# Added by goreleaser init:
dist/
__debug_bin*
# Go
vendor
bin/
# macOS
.DS_Store
# binary
/github-mcp-server
/mcpcurl
/e2e.test
.history
conformance-report/
# UI build artifacts
ui/dist/
ui/node_modules/
# Embedded UI assets (built from ui/)
pkg/github/ui_dist/*
!pkg/github/ui_dist/.gitkeep
!pkg/github/ui_dist/.placeholder.html