Skip to content

Commit 750f4ff

Browse files
committed
Update client/.gitignore for go ql-mcp-client
1 parent c017184 commit 750f4ff

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

client/.gitignore

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
dist/
1+
# Go build artifacts
2+
gh-ql-mcp-client
3+
gh-ql-mcp-client-*
4+
coverage.out
5+
coverage.html
6+
7+
# Downloaded SARIF files
8+
sarif-downloads/
9+
10+
# Legacy JS artifacts
211
node_modules/
12+
dist/
313
*.log
4-
.coverage/
5-
coverage/
6-
.nyc_output/
7-
scratch/*
8-
!scratch/.gitkeep

0 commit comments

Comments
 (0)