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 437fd9f commit f48237bCopy full SHA for f48237b
.gitignore
@@ -1,12 +1,34 @@
1
+# Go binaries
2
+*.exe
3
+*.exe~
4
+*.dll
5
+*.so
6
+*.dylib
7
+*.test
8
+*.out
9
+/registry
10
+/publisher
11
+/tools/publisher/publisher
12
+
13
+# Go build cache
14
build/*
15
+**/bin
16
17
+# Environment and config
18
.db
19
.env
20
.mcpregistry*
-**/bin
-cmd/registry/registry
21
22
+# OS files
23
.DS_Store
24
25
+# Test binaries
26
validate-examples
27
validate-schemas
28
29
+# IDE
30
.idea/
31
32
+# Test coverage
33
coverage.out
34
coverage.html
0 commit comments