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 37e2058 commit 2d5a57cCopy full SHA for 2d5a57c
.gitignore
@@ -0,0 +1,37 @@
1
+
2
3
+# Binaries for programs and plugins
4
+*.exe
5
+*.exe~
6
+*.dll
7
+*.so
8
+*.dylib
9
+bin/
10
+Dockerfile.cross
11
12
+# Test binary, build with `go test -c`
13
+*.test
14
15
+# Output of the go coverage tool, specifically when used with LiteIDE
16
+*.out
17
18
+# Kubernetes Generated files - skip generated files, except for vendored files
19
20
+!vendor/**/zz_generated.*
21
22
+# editor and IDE paraphernalia
23
+.idea
24
+.vscode
25
+*.swp
26
+*.swo
27
+*~
28
29
+tmp/
30
+go.work*
31
+components/
32
+!**/components/
33
+/**/cover.html
34
+/**/cover.*.html
35
36
+*.tmp
37
+.task/
0 commit comments