Skip to content

Commit 4f62964

Browse files
rdimitrovdomdomegg
andauthored
Do not gitignore all folders and files named publisher (#215)
This PR removes the gitignore entry for `publisher` since this means we gitignore all folders and files named `publisher`. My assumption is the intent for this was to just ignore binaries named `publisher` but currently that binary is going to be located at `tools/publisher/bin/mcp-publisher` and the **/bin pattern already ignores all bin/ directories (taken from the build.sh). Signed-off-by: Radoslav Dimitrov <[email protected]> Co-authored-by: adam jones <[email protected]>
1 parent c1d7bcd commit 4f62964

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ build/*
44
.mcpregistry*
55
**/bin
66
cmd/registry/registry
7-
publisher
87
validate-examples
98
validate-schemas
109
.idea/

0 commit comments

Comments
 (0)