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 84de7f7 commit c58bf02Copy full SHA for c58bf02
.gitignore
@@ -1,2 +1,26 @@
1
-/bin
2
-/envtest
+# Binaries for programs and plugins
+*.exe
3
+*.exe~
4
+*.dll
5
+*.so
6
+*.dylib
7
+bin
8
+envtest
9
+testbin/*
10
+__debug_bin
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
+# editor and IDE paraphernalia
19
+.idea
20
+*.swp
21
+*.swo
22
+*~
23
+.DS_Store
24
25
+# temp stuff
26
+/tmp
0 commit comments