Skip to content

Commit ab207bf

Browse files
committed
fix: gitignore root binaries only, not cmd/ directories
1 parent d912e7e commit ab207bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Binaries
22
bin/
3-
./iwdp-mcp
4-
./iwdp-cli
3+
/iwdp-mcp
4+
/iwdp-cli
55

66
# Coverage
77
coverage.out

0 commit comments

Comments
 (0)