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 01f40bf commit 206a84bCopy full SHA for 206a84b
.gitignore
@@ -5,14 +5,31 @@
5
*.so
6
*.dylib
7
8
-# Test binary, built with `go test -c`
+# Test binary, build with `go test -c`
9
*.test
10
11
# Output of the go coverage tool, specifically when used with LiteIDE
12
*.out
13
14
-# Dependency directories (remove the comment below to include it)
15
-# vendor/
+# OS files
+*.db
16
+*.DS_Store
17
-# JetBeans
18
-.idea
+# Jetbrains
19
+.idea/
20
+
21
+# Eclipse
22
+.project
23
24
+# Notes
25
+todo.md
26
+paymail-notes.md
27
28
+# Releases
29
+*.tar.gz
30
31
+# Generated binaries
32
+dist
33
34
+# Converage
35
+coverage.txt
0 commit comments