Skip to content

Commit 86f35ff

Browse files
committed
fix build
1 parent 037c679 commit 86f35ff

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.gitignore

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,26 @@
1+
_output/
12
.idea/
3+
.vscode/
24
.docusaurus/
35
node_modules/
46

5-
# Build artifacts
7+
.npmrc
8+
istio-mcp-server
69
!cmd/istio-mcp-server
710
!pkg/istio-mcp-server
11+
npm/istio-mcp-server/README.md
12+
npm/istio-mcp-server/LICENSE
13+
!npm/istio-mcp-server
14+
istio-mcp-server-darwin-amd64
15+
!npm/istio-mcp-server-darwin-amd64/
16+
istio-mcp-server-darwin-arm64
17+
!npm/istio-mcp-server-darwin-arm64
18+
istio-mcp-server-linux-amd64
19+
!npm/istio-mcp-server-linux-amd64
20+
istio-mcp-server-linux-arm64
21+
!npm/istio-mcp-server-linux-arm64
22+
istio-mcp-server-windows-amd64.exe
23+
istio-mcp-server-windows-arm64.exe
824

925
# OS specific files
1026
.DS_Store

0 commit comments

Comments
 (0)