Skip to content

Commit 6881183

Browse files
committed
ignore chrome extension zip in git
Prevents release artifact from being committed to repository while still allowing upload to GitHub releases
1 parent a864a96 commit 6881183

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ dist/
77
*.tsbuildinfo
88

99
# Test files
10-
packages/server/src/__tests__/tmp/
10+
packages/server/src/__tests__/tmp/
11+
12+
# Release artifacts
13+
mcp-pointer-chrome-extension.zip

0 commit comments

Comments
 (0)