We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037c679 commit 86f35ffCopy full SHA for 86f35ff
.gitignore
@@ -1,10 +1,26 @@
1
+_output/
2
.idea/
3
+.vscode/
4
.docusaurus/
5
node_modules/
6
-# Build artifacts
7
+.npmrc
8
+istio-mcp-server
9
!cmd/istio-mcp-server
10
!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
24
25
# OS specific files
26
.DS_Store
0 commit comments