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 5c6dd3c commit b5813ccCopy full SHA for b5813cc
.gitignore
@@ -0,0 +1,34 @@
1
+# Binaries for programs and plugins
2
+*.exe
3
+*.exe~
4
+*.dll
5
+*.so
6
+*.dylib
7
+
8
+# Binary output
9
+zut
10
+zut-*
11
12
+# Test binary, built with `go test -c`
13
+*.test
14
15
+# Output of the go coverage tool
16
+*.out
17
+coverage.html
18
19
+# Go workspace file
20
+go.work
21
22
+# IDE
23
+.idea/
24
+.vscode/
25
+*.swp
26
+*.swo
27
+*~
28
29
+# OS
30
+.DS_Store
31
+Thumbs.db
32
33
+# Local config
34
+.env
0 commit comments