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 0af8f2b commit 15e98ccCopy full SHA for 15e98cc
.gitignore
@@ -1,2 +1,30 @@
1
.idea/
2
-test/.npmrc
+test/Chart.yaml
3
+
4
5
+# Created by https://www.toptal.com/developers/gitignore/api/go
6
+# Edit at https://www.toptal.com/developers/gitignore?templates=go
7
8
+### Go ###
9
+# Binaries for programs and plugins
10
+*.exe
11
+*.exe~
12
+*.dll
13
+*.so
14
+*.dylib
15
16
+# Test binary, built with `go test -c`
17
+*.test
18
19
+# Output of the go coverage tool, specifically when used with LiteIDE
20
+*.out
21
22
+# Dependency directories (remove the comment below to include it)
23
+# vendor/
24
25
+### Go Patch ###
26
+/vendor/
27
+/Godeps/
28
29
+# End of https://www.toptal.com/developers/gitignore/api/go
30
0 commit comments