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.
0 parents commit 0e0b789Copy full SHA for 0e0b789
.gitignore
@@ -0,0 +1,26 @@
1
+# Created by .ignore support plugin (hsz.mobi)
2
+### Go template
3
+# Binaries for programs and plugins
4
+*.exe
5
+*.exe~
6
+*.dll
7
+*.so
8
+*.dylib
9
+
10
+# Test binary, build with `go test -c`
11
+*.test
12
13
+# Output of the go coverage tool, specifically when used with LiteIDE
14
+*.out
15
16
17
+# Env file
18
+.env
19
20
+# Pycharm
21
+.idea
22
23
+# Mac
24
+.DS_store
25
26
+/testdata
0 commit comments